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
Age
Commit message (
Expand
)
Author
2023-03-30
Fix previous commit
v3_0_6
NAKAMURA Usaku
2023-03-30
Limit header length
NAKAMURA Usaku
2020-12-02
Added dependencies for net-http
Hiroshi SHIBATA
2020-11-06
Added dependency for net-protocol
Hiroshi SHIBATA
2020-08-18
Added the missing licenses field to some default gems
Hiroshi SHIBATA
2020-07-30
Extract version number from the source
Nobuyoshi Nakada
2020-05-31
Fix error raised by Net::HTTPResponse#inflater if the block raises
Benoit Daloze
2020-05-27
Improve documentation for Net::HTTPHeader#set_form [ci skip]
Jeremy Evans
2020-04-08
The current net-http is only works with Ruby 2.6+
Hiroshi SHIBATA
2020-03-12
Add workaround for test-bundler failure
Kazuhiro NISHIYAMA
2020-02-21
Promote net-http to the default gems.
Hiroshi SHIBATA
2019-12-16
Revert "lib/net/http/response.rb: support raw deflate correctly"
Yusuke Endoh
2019-12-16
lib/net/http/response.rb: support raw deflate correctly
Yusuke Endoh
2019-11-15
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-10-26
Improve Net::HTTP docs:
zverok
2019-10-09
Remove uselsess shebang
Pavel Valena
2019-08-09
Fix typo: duplicated the [skip-ci]
ohbarye
2019-07-24
Show the caller's location
Nobuyoshi Nakada
2018-12-11
ReFix r663197
nobu
2018-12-11
Fix r663197
nobu
2018-12-10
Preserve HTTP header key as string [Bug #15394]
naruse
2018-11-02
lib/*: Prefer require_relative over require.
marcandre
2018-09-19
net/http: Improve net/http header error message.
marcandre
2018-06-14
Get rid of warnings of test/spec
usa
2018-06-06
Use `Net::HTTPClientException` instead of `Net::HTTPServerException`
naruse
2018-06-06
Add Net::HTTPClientException [Bug #14688]
naruse
2018-03-08
Raise ArgumentError if host component is nil
naruse
2018-01-14
net/http: use writev for HTTP chunked request bodies
normal
2018-01-12
Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]
kazu
2018-01-08
net/http: clear compressed chunk after decompression
normal
2018-01-06
Update Status Code
kazu
2018-01-06
Add 103 Early Hints
kazu
2018-01-06
Specify frozen_string_literal: true
kazu
2017-12-20
raise error if value contains CR/LF in iniheader of initialize_http_header
naruse
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-10-22
Fixed misspelling words.
hsbt
2017-10-21
Use caller with length to reduce unused strings
kazu
2017-09-25
HTTPHeader#add_field should allow binary [Bug #13926]
naruse
2017-08-30
to_str -> to_s
ko1
2017-08-30
A HTTP Header value must not contain CR or LF.
naruse
2017-08-04
Fix `NameError: uninitialized constant Net`
kazu
2017-05-19
Define classes for r58800
naruse
2017-05-19
Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
naruse
2017-05-19
Add more HTTP status classes
naruse
2016-11-08
Fix undefined method 'dump' for nil:NilClass (NoMethodError)
a_matsuda
2016-10-05
* lib/net/http/response.rb: Improve document readability.
hsbt
2016-08-16
* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]
hsbt
2016-07-06
* lib/net/http/generic_rquest.rb (write_header): A Request-Line must
shugo
2016-05-04
* lib/net/http/header.rb: [DOC] add documentation that
ktsj
2016-05-04
* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,
ktsj
[next]