aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/http.rb (Net::HTTP#set_form_data):naruse2010-12-021-11/+3
* Fix positional wording in lib/net/http.rb to match revised orderdrbrain2010-12-011-11/+9
* Improve rdoc of net/http/http.rb.naruse2010-12-011-24/+22
* * lib/net/http.rb: improve rdoc.naruse2010-12-011-248/+284
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-10/+65
* * lib/net/http.rb: improve rdoc.naruse2010-11-301-142/+273
* * lib/net/http.rb: improve rdoc.naruse2010-11-271-66/+60
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* * lib/net/http.rb (transport_request): @socket may be nil.naruse2010-10-181-1/+1
* * lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse2010-10-111-1/+1
* * lib/uri/generic.rb (URI::Generic#hostname): new method.akr2010-10-061-5/+5
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-011-10/+32
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-031-2/+6
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-181-2/+2
* Add call-seq for Net::HTTP.start.naruse2010-01-181-0/+4
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-121-6/+8
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-121-3/+33
* * lib/net/http, lib/net/https: move content from net/https tonaruse2010-01-081-1/+28
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-311-1/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-3/+10
* * 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