aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse2015-04-031-2/+6
* Revert r49118 [Feature #10652]ayumin2015-01-031-10/+2
* * lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.ayumin2015-01-031-2/+10
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-1/+6
* * lib/net/http.rb (Net::HTTP#send_request): there is no response bodyhsbt2015-01-021-1/+2
* use clock_gettime to avoid object creationnaruse2014-11-261-1/+1
* * lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain2014-11-251-1/+4
* * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse2014-08-051-1/+3
* * lib/net/http/generic_request.rbnaruse2014-08-051-4/+1
* change default not tot create useless objectnaruse2014-07-031-1/+1
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-2/+2
* * lib/net/http/responses.rb:naruse2013-12-081-0/+1
* fix r42168; Add class name to constantsnaruse2013-07-251-1/+1
* * lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm onnaruse2013-07-251-0/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-3/+3
* Fixing example in comments that raised an error by @JackDanger [fix GH-345]hsbt2013-07-041-1/+1
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-311-4/+5
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-7/+0
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-141-1/+3
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+1
* * lib/net/http.rb (HTTP.post_form): Fix module scope in documentationzzak2013-02-071-2/+2
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-11/+27
* Suppress warning: uninitialized variable [ruby-core:50470] [Bug #7494]naruse2012-12-041-1/+1
* * lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classeszzak2012-11-301-0/+1
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+3
* Set false to @proxy_from_env to suppress uninitialized warning.naruse2012-07-211-0/+1
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-5/+9
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-75/+126
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-20/+9
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-111-1/+9
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-131-1/+7
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-081-0/+4
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-221-1437/+10
* autoload in module scope.nobu2012-04-231-1/+1
* deal with timeout exceptionsnobu2012-04-231-3/+3
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-2/+2
* * lib/net/http.rb (Net::HTTP#send_request_with_body_stream):naruse2012-04-101-7/+25
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-6/+3
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-9/+19
* * lib/net/http.rb: Fix documentation.ayumin2012-02-241-1/+1
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-23/+25
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-201-2/+31
* Fix typo in r33849.naruse2011-11-261-1/+1
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-261-8/+19
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-261-2/+4
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-261-14/+13
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): Use symbol keys insteaddrbrain2011-11-101-4/+13
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-2/+2
* * lib/net/pop.rb: fix typo in document.akr2011-08-101-1/+1