diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-26 11:27:50 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-26 11:27:50 +0000 |
commit | 4adb524686f3beece518dfc54df48d8afcb437c8 (patch) | |
tree | c891f81d1caf18eadd6a3ddbb6ca464e0f71443f | |
parent | 0644ee6d50e306e1dc00d241b15043b27f49b1e1 (diff) | |
download | ruby-4adb524686f3beece518dfc54df48d8afcb437c8.tar.gz ruby-4adb524686f3beece518dfc54df48d8afcb437c8.tar.xz ruby-4adb524686f3beece518dfc54df48d8afcb437c8.zip |
change log update only.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Tue Mar 26 20:28:50 2002 Minero Aoki <aamine@loveruby.net> * lib/net/http.rb: HTTP.get accepts URI. + * lib/net/http.rb: new method HTTP.get_uri. + * lib/net/http.rb: add some HTTP 1.1 response codes. Tue Mar 26 20:25:28 2002 Minero Aoki <aamine@loveruby.net> |