aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-1/+2
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-4/+19
* lib/*: remove closed checksnormal2016-11-211-4/+4
* net/http: avoid writing/reading from unstarted SSL socketrhe2016-11-211-30/+33
* net/protocol.rb: kwargsnobu2016-11-141-4/+3
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+18
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-1/+1
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-051-15/+1
* Cache no proxy casenobu2016-06-281-1/+3
* Use conditional operatornobu2016-06-281-5/+1
* * lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt2016-04-221-4/+9
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-2/+1
* * lib/net/http/responses.rb: Added new response class for 451 status code.hsbt2015-12-301-0/+1
* [DOC] Fix typosa_matsuda2015-12-231-1/+1
* lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal2015-12-211-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-141-2/+2
* fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse2015-11-271-1/+1
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-4/+10
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-3/+3
* * lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt2015-11-201-2/+2
* * lib/net/http.rb (Net::HTTP#initialize):naruse2015-11-071-1/+1
* * lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt2015-09-251-2/+0
* * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse2015-06-151-1/+15
* lib/*: use monotonic clock for timeoutsnormal2015-05-291-2/+2
* * 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