Age | Commit message (Expand) | Author |
---|
13 days | [ruby/net-http] Support pretty_print | Nobuyoshi Nakada |
13 days | [ruby/net-http] Don't set content type by default | Hiroshi SHIBATA |
2023-09-19 | [ruby/net-http] No longer neccessary to call `String#freeze` on string literals. | 0x1eef |
2023-08-16 | [ruby/net-http] use +'' everywhere | Josh Nichols |
2023-08-16 | [ruby/net-http] turn on frozen strings for net/http/generic_request | Josh Nichols |
2023-02-02 | [ruby/net-http] [DOC] Enhanced RDoc for HTTPGenericRequest | Burdette Lamar |
2022-10-13 | Raise ArgumentError with empty host url again. | Hiroshi SHIBATA |
2021-11-11 | [ruby/net-http] Send Accept-Encoding header on HEAD method | Shohei Maeda |
2021-07-29 | [ruby/net-http] Enforce write timeout when body_stream is used | Miguel Teixeira |
2021-04-28 | [ruby/net-http] Fix the regexp used to clean the host | Jean Boussier |
2019-10-26 | Improve Net::HTTP docs: | zverok |
2018-03-08 | Raise ArgumentError if host component is nil | naruse |
2018-01-14 | net/http: use writev for HTTP chunked request bodies | normal |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2016-07-06 | * lib/net/http/generic_rquest.rb (write_header): A Request-Line must | shugo |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-04-15 | lib/net/*: use io/wait methods instead of IO.select | normal |
2014-08-05 | * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec): | naruse |
2014-08-05 | * lib/net/http/generic_request.rb | naruse |
2014-08-05 | * lib/net/http/generic_request.rb | naruse |
2013-03-22 | cleanup by @vipulnsward [GH fixes #262] | hsbt |
2013-02-14 | * lib/net/http: Do not handle Content-Encoding when the user sets | drbrain |
2013-01-29 | * lib/net/http/generic_request.rb (encode_multipart_form_data): remove | akr |
2013-01-05 | * lib/net/http/generic_request.rb: | naruse |
2012-12-23 | * lib/net/http/generic_request.rb (Net::HTTPGenericRequest): | naruse |
2012-12-21 | * lib/net/http.rb: Requests may be created with a URI which sets the | drbrain |
2012-10-25 | revert r37326 "remove string literal concatenation" | nobu |
2012-10-25 | remove string literal concatenation | nobu |
2012-07-19 | * lib/net/http/response.rb: Automatically inflate gzip and | drbrain |
2012-05-22 | * lib/net/http.rb: Broke up Net::HTTP into individual files. | drbrain |