summaryrefslogtreecommitdiff
path: root/lib/net/http.rb
AgeCommit message (Expand)Author
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
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-11-27fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-20* lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt
2015-11-20* lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt
2015-11-07* lib/net/http.rb (Net::HTTP#initialize):naruse
2015-09-25* lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt
2015-06-15* lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse
2015-05-29lib/*: use monotonic clock for timeoutsnormal
2015-04-03* lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse
2015-01-03Revert r49118 [Feature #10652]ayumin
2015-01-03* lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.ayumin
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* lib/net/http.rb (Net::HTTP#send_request): there is no response bodyhsbt