index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
/
http
/
generic_request.rb
Age
Commit message (
Expand
)
Author
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