Add 103 Early Hints
to Net::HTTP::STATUS_CODES
[ci skip]
Update by `ruby lib/net/http/status.rb | sponge lib/net/http/status.rb` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f4937c6231
commit
7994269c14
@ -24,6 +24,7 @@ Net::HTTP::STATUS_CODES = {
|
|||||||
100 => 'Continue',
|
100 => 'Continue',
|
||||||
101 => 'Switching Protocols',
|
101 => 'Switching Protocols',
|
||||||
102 => 'Processing',
|
102 => 'Processing',
|
||||||
|
103 => 'Early Hints',
|
||||||
200 => 'OK',
|
200 => 'OK',
|
||||||
201 => 'Created',
|
201 => 'Created',
|
||||||
202 => 'Accepted',
|
202 => 'Accepted',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user