summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
2020-12-22Update library versions of the default gems.Hiroshi SHIBATA
2020-07-30Extract version number from the sourceNobuyoshi Nakada
2020-06-05Update docs in net/http.rbKir Shatrov
2020-05-12Add missing `,`Kazuhiro NISHIYAMA
2020-05-12Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset
2020-03-10Fix an example committed to a wrong place [ci skip]Takashi Kokubun
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10lib/net/http.rb: align the indentationYusuke Endoh
2019-12-09fix typo of 54072e329cab7207fba133caba4fc12b45add8f9NARUSE, Yui
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-01-21* lib/net/http.rb: handle Errno::ETIMEDOUT in Net::HTTP#transport_requestglass
2018-12-31Revert "lib/net/http.rb: use connect_timeout instead of Timeout"glass
2018-12-31lib/net/http.rb: use connect_timeout instead of Timeoutglass
2018-12-14Move autoload to toplevelnaruse
2018-10-21lib/net/http.rb: [DOC] fix typosstomar
2018-10-20Add negotiated SSL protocol and cipher to Net::HTTP debug outputnaruse
2018-10-20Improve doc of multipart/form-data [Bug #15019]aycabta
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-06-08write_timeout doc upates [skip ci]naruse
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-01-30net/http: fix documentation for HTTP connection reusenormal
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-11-07http.rb: improve docsstomar
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-24net/http: use require_relative to reduce syscallsnormal
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-27Fix exception class [ci skip]kazu
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-15include query parameters in Net::HTTP.postnaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2016-11-21lib/*: remove closed checksnormal
2016-11-21net/http: avoid writing/reading from unstarted SSL socketrhe
2016-11-14net/protocol.rb: kwargsnobu
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 HTTPContinuenaruse
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-06-28Cache no proxy casenobu
2016-06-28Use conditional operatornobu
2016-04-22* lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-30* lib/net/http/responses.rb: Added new response class for 451 status code.hsbt
2015-12-23[DOC] Fix typosa_matsuda
2015-12-21lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal
2015-12-16Add frozen_string_literal: false for all filesnaruse