summaryrefslogtreecommitdiff
path: root/lib/net/http/generic_request.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] [DOC] Enhanced RDoc for HTTPGenericRequestBurdette Lamar2023-02-021-8/+84
* Raise ArgumentError with empty host url again.Hiroshi SHIBATA2022-10-131-1/+2
* [ruby/net-http] Send Accept-Encoding header on HEAD methodShohei Maeda2021-11-111-2/+2
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-3/+1
* [ruby/net-http] Fix the regexp used to clean the hostJean Boussier2021-04-281-1/+1
* Improve Net::HTTP docs:zverok2019-10-261-3/+3
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+2
* net/http: use writev for HTTP chunked request bodiesnormal2018-01-141-3/+2
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-2/+2
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-1/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* lib/net/*: use io/wait methods instead of IO.selectnormal2015-04-151-1/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-11/+2
* * lib/net/http/generic_request.rbnaruse2014-08-051-10/+23
* * lib/net/http/generic_request.rbnaruse2014-08-051-9/+8
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-221-1/+1
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+19
* * lib/net/http/generic_request.rb (encode_multipart_form_data): removeakr2013-01-291-0/+1
* * lib/net/http/generic_request.rb:naruse2013-01-051-1/+8
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+3
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-211-1/+34
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+3
* remove string literal concatenationnobu2012-10-251-3/+1
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-0/+12
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-221-0/+254