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
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