aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/http/response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/http/response.rb')
-rw-r--r--lib/net/http/response.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/net/http/response.rb b/lib/net/http/response.rb
index 9d37d08a6d..a5c30a87d6 100644
--- a/lib/net/http/response.rb
+++ b/lib/net/http/response.rb
@@ -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
#