Age | Commit message (Expand) | Author |
---|
2021-01-23 | [ruby/net-http] Replace "iff" with "if and only if" | Gannon McGibbon |
2021-01-07 | We don't need "require 'uri'" after "require 'net/http'". | Igor Zubkov |
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2020-06-05 | Update docs in net/http.rb | Kir Shatrov |
2020-05-12 | Add missing `,` | Kazuhiro NISHIYAMA |
2020-05-12 | Expose SSLContext#extra_chain_cert in Net::HTTP | Stephen Touset |
2020-03-10 | Fix an example committed to a wrong place [ci skip] | Takashi Kokubun |
2020-03-10 | Let Net::HTTP.get take request headers (#2957) | Takashi Kokubun |
2020-02-21 | Promote net-http to the default gems. | Hiroshi SHIBATA |
2020-01-23 | Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858) | Yuta Iwama |
2019-12-10 | fix ipaddr parameter of Net::HTTP.start to support proxy | NARUSE, Yui |
2019-12-10 | lib/net/http.rb: align the indentation | Yusuke Endoh |
2019-12-09 | fix typo of 54072e329cab7207fba133caba4fc12b45add8f9 | NARUSE, Yui |
2019-12-09 | Add ipaddr optional parameter to Net::HTTP#start | NARUSE, Yui |
2019-09-27 | Ignore Errno::EPIPE when sending requests in net/http | Jeremy Evans |
2019-01-21 | * lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_request | glass |
2018-12-31 | Revert "lib/net/http.rb: use connect_timeout instead of Timeout" | glass |
2018-12-31 | lib/net/http.rb: use connect_timeout instead of Timeout | glass |
2018-12-14 | Move autoload to toplevel | naruse |
2018-10-21 | lib/net/http.rb: [DOC] fix typos | stomar |
2018-10-20 | Add negotiated SSL protocol and cipher to Net::HTTP debug output | naruse |
2018-10-20 | Improve doc of multipart/form-data [Bug #15019] | aycabta |
2018-08-08 | net/http, net/ftp: fix session resumption with TLS 1.3 | rhe |
2018-06-08 | write_timeout doc upates [skip ci] | naruse |
2018-06-06 | Introduce write_timeout to Net::HTTP [Feature #13396] | naruse |
2018-01-30 | net/http: fix documentation for HTTP connection reuse | normal |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-11-07 | http.rb: improve docs | stomar |
2017-10-26 | Host header should add branckets to IPv6 address [Bug #12642] | naruse |
2017-10-24 | net/http: use require_relative to reduce syscalls | normal |
2017-10-21 | Introduce Net::HTTP#min_version/max_version [Feature #9450] | naruse |
2017-09-28 | Net::HTTP.new: Support no_proxy parameter [Feature #11195] | naruse |
2017-09-27 | Fix exception class [ci skip] | kazu |
2017-09-26 | Make retries for Net::HTTP configurable [Feature #10674] | naruse |
2017-09-15 | include query parameters in Net::HTTP.post | naruse |
2017-05-19 | Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351] | naruse |
2017-04-23 | Allow Net::HTTP to fetch user/pass from http_proxy | naruse |
2016-11-21 | lib/*: remove closed checks | normal |
2016-11-21 | net/http: avoid writing/reading from unstarted SSL socket | rhe |
2016-11-14 | net/protocol.rb: kwargs | nobu |
2016-11-05 | * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req... | shugo |
2016-11-05 | * lib/net/http.rb (transport_request): other than HTTPContinue | naruse |
2016-11-05 | * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake. | shugo |
2016-06-28 | Cache no proxy case | nobu |
2016-06-28 | Use conditional operator | nobu |
2016-04-22 | * lib/net/http.rb: Improve documentation for SSL requests via GET method. | hsbt |
2016-01-10 | stdlib: avoid extra calls to eliminate "\n" from Base64 | normal |
2015-12-30 | * lib/net/http/responses.rb: Added new response class for 451 status code. | hsbt |
2015-12-23 | [DOC] Fix typos | a_matsuda |