aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] Bump version to 0.2.2Hiroshi SHIBATA2022-05-091-1/+1
* [ruby/net-http] Bump version to 0.2.1.pre1Charles Oliver Nutter2022-04-281-1/+1
* [ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek2022-04-201-4/+8
* [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans2022-04-201-0/+6
* [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans2022-04-121-0/+14
* [ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans2022-02-031-3/+21
* [ruby/net-http] Rename `D` to `debug` in `Net::HTTP`Brandon Weaver2022-01-171-15/+18
* `res.response_body_permitted?` is not definedKazuhiro NISHIYAMA2022-01-051-1/+1
* [ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi2021-11-041-0/+1
* add missing http response code in doc1809092021-10-301-0/+8
* [ruby/net-http] Bump up net-http version to 0.2.0Hiroshi SHIBATA2021-10-211-1/+1
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* [ruby/net-http] Initialize OpenSSL early before creating TCPSocketJeremy Evans2021-04-281-1/+6
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-2/+9
* [ruby/net-http] Replace Timeout.timeout in Net:HTTP#connectmohamed2021-04-281-8/+7
* [ruby/net-http] Replace "iff" with "if and only if"Gannon McGibbon2021-01-231-1/+1
* We don't need "require 'uri'" after "require 'net/http'".Igor Zubkov2021-01-071-1/+0
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-0/+1
* Update docs in net/http.rbKir Shatrov2020-06-051-1/+1
* Add missing `,`Kazuhiro NISHIYAMA2020-05-121-1/+1
* Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset2020-05-121-0/+6
* Fix an example committed to a wrong place [ci skip]Takashi Kokubun2020-03-101-1/+1
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-101-10/+24
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-1/+1
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-3/+11
* fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui2019-12-101-1/+1
* lib/net/http.rb: align the indentationYusuke Endoh2019-12-101-2/+2
* fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui2019-12-091-1/+1
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-8/+21
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-1/+7
* * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass2019-01-211-1/+1
* Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass2018-12-311-9/+8
* lib/net/http.rb: use connect_timeout instead of Timeoutglass2018-12-311-8/+9
* Move autoload to toplevelnaruse2018-12-141-1/+1
* lib/net/http.rb: [DOC] fix typosstomar2018-10-211-6/+6
* Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse2018-10-201-1/+1
* Improve doc of multipart/form-data [Bug #15019]aycabta2018-10-201-5/+2
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-2/+5
* write_timeout doc upates [skip ci]naruse2018-06-081-1/+2
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-061-1/+16
* net/http: fix documentation for HTTP connection reusenormal2018-01-301-5/+4
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-1/+1
* http.rb: improve docsstomar2017-11-071-5/+5
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-5/+4
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-3/+8
* Fix exception class [ci skip]kazu2017-09-271-1/+2
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-1/+17