diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 18:13:13 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-03 18:13:13 +0000 |
commit | fa20d931bcd07a5f7d8ab80edc79419cae1d25fd (patch) | |
tree | 473e6f99e4c32093e56ce94107a33f6f0b0a9760 /ChangeLog | |
parent | fc1f22d5a8c0ba8dc04bfda6a14d910de1e04333 (diff) | |
download | ruby-fa20d931bcd07a5f7d8ab80edc79419cae1d25fd.tar.gz |
aamine
* lib/net/http.rb: new method HTTP#request_by_name (test)
* lib/net/http.rb: new class HTTPGenericRequest
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed Jul 4 03:17:31 2001 Minero Aoki <aamine@loveruby.net> + + * lib/net/http.rb: new method HTTP#request_by_name (test) + + * lib/net/http.rb: new class HTTPGenericRequest + Tue Jul 3 23:58:29 2001 Akinori MUSHA <knu@iDaemons.org> * lib/mkmf.rb: distclean should remove mkmf.log as well. |