summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-10* lib/net/http.rb (Net::HTTP::get): now supports gzipmatz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-17* lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2006-07-26small document fixaamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-06-23* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-03-05* lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine
2006-02-05* lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine
2005-09-13* lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine
2005-07-26* lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine
2005-06-30* lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo
2005-04-20* lib/net/http.rb: add rdoc.aamine
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine
2005-01-01update copyright yearaamine
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-04-21* lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-13* lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-08* lib/net/http.rb: HTTPHeader did not initialized correctly.aamine
2004-03-08* lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine
2004-03-06* lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine
2004-03-06* lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-05* lib/net/http.rb: net/https is merged.aamine
2004-03-05* lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine
2004-03-05* lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine
2004-03-05* lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine
2004-02-08* lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine
2004-02-01 From ruby_1_8 branch:gsinclair
2004-01-29* lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...aamine
2004-01-07* lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine
2003-12-29* lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.aamine
2003-12-04* lib/net/http.rb: update hyperlink to the Japanese document.aamine
2003-12-02* lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine
2003-11-19* lib/net/http.rb (to_ary): print more friendly warning message.aamine
2003-11-16* lib/net/http.rb (set_debug_output): last commit was wrong.aamine
2003-11-16* lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine
2003-09-29* lib/net/http.rb (finish): revert to 1.93.aamine