aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-261-0/+4
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-131-1/+6
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-131-1/+1
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-101-2/+3
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-104/+104
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-1/+4
* Fix grammos regarding the verb "refer".knu2009-02-101-1/+1
* * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.naruse2008-08-241-1/+1
* * lib/net/http.rb (send_request_with_body): Content-Length should be byte len...aamine2008-08-121-1/+1
* * lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...aamine2008-08-121-0/+5
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-151-1/+1
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* 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