aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable warning in Net::HTTPdrbrain2007-12-241-0/+1
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-1/+2
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-201-3/+6
* * lib/net/http.rb (Net::HTTP::get): now supports gzipmatz2007-12-101-3/+51
* * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine2007-11-041-0/+1
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-071-9/+1
* lib/net/http.rb: fix typo.shyouhei2007-09-241-1/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-0/+12
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-171-0/+1
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-061-4/+21
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-061-19/+29
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-16/+49
* small document fixaamine2006-07-261-1/+1
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-12/+43
* * lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz2006-06-231-1/+1
* * lib/net/http.rb (send_request_with_body): #content_type never return false,...aamine2006-03-051-2/+2
* * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine2006-02-051-6/+8
* * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine2005-09-131-40/+121
* * lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine2005-07-261-42/+20
* * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): shouldgotoyuzo2005-06-301-6/+10
* * lib/net/http.rb: add rdoc.aamine2005-04-201-13/+48
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-7/+43
* update copyright yearaamine2005-01-011-2/+2
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-1/+1
* * lib/net/http.rb: remove junk.aamine2004-12-151-1/+1
* * lib/net/http.rb: support TRACE.aamine2004-05-181-0/+12
* * lib/net/http.rb: do not use class variables.aamine2004-05-181-5/+5
* * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine2004-04-211-35/+33
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-4/+4
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine2004-04-131-3/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-4/+4
* * lib/net/http.rb: HTTPHeader did not initialized correctly.aamine2004-03-081-13/+14
* * lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine2004-03-081-1/+1
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-43/+136
* * lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine2004-03-061-19/+70
* * lib/net/http.rb: spin off https code again.aamine2004-03-061-82/+35
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-5/+90
* * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine2004-03-051-0/+108
* * lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine2004-03-051-2/+10
* * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine2004-03-051-1/+5
* * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine2004-02-081-10/+10
* From ruby_1_8 branch:gsinclair2004-02-011-4/+4
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...aamine2004-01-291-1/+1
* * lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine2004-01-071-1/+2
* * lib/net/http.rb (GenericRequest#initialize): check if path begins with '/'.aamine2003-12-291-152/+135
* * lib/net/http.rb: update hyperlink to the Japanese document.aamine2003-12-041-1/+1
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-021-1/+3
* * lib/net/http.rb (to_ary): print more friendly warning message.aamine2003-11-191-1/+1
* * lib/net/http.rb (set_debug_output): last commit was wrong.aamine2003-11-161-1/+1