mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/net/http/responses.rb: Add RFC 6586 response codes. Patch by
Sangil Jung. [ruby-trunk - Feature #6480] * lib/net/http/response.rb: ditto * lib/net/http.rb: ditto * lib/webrick/httpstatus.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fb032b74b
commit
0d7a94e31d
5 changed files with 45 additions and 8 deletions
|
@ -55,6 +55,9 @@
|
|||
# 415 HTTPUnsupportedMediaType
|
||||
# 416 HTTPRequestedRangeNotSatisfiable
|
||||
# 417 HTTPExpectationFailed
|
||||
# 428 HTTPPreconditionRequired
|
||||
# 429 HTTPTooManyRequests
|
||||
# 431 HTTPRequestHeaderFieldsTooLarge
|
||||
#
|
||||
# 5xx HTTPServerError
|
||||
# 500 HTTPInternalServerError
|
||||
|
@ -63,6 +66,7 @@
|
|||
# 503 HTTPServiceUnavailable
|
||||
# 504 HTTPGatewayTimeOut
|
||||
# 505 HTTPVersionNotSupported
|
||||
# 511 HTTPNetworkAuthenticationRequired
|
||||
#
|
||||
# xxx HTTPUnknownResponse
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue