Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79f9efd

Browse files
author
Milkey Mouse
committed
Add new status codes to docs
1 parent cbe073e commit 79f9efd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/web.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,13 +513,21 @@ HTTP Exception hierarchy chart::
513513
* 415 - HTTPUnsupportedMediaType
514514
* 416 - HTTPRequestRangeNotSatisfiable
515515
* 417 - HTTPExpectationFailed
516+
* 421 - HTTPMisdirectedRequest
517+
* 426 - HTTPUpgradeRequired
518+
* 428 - HTTPPreconditionRequired
519+
* 429 - HTTPTooManyRequests
520+
* 431 - HTTPRequestHeaderFieldsTooLarge
516521
HTTPServerError
517522
* 500 - HTTPInternalServerError
518523
* 501 - HTTPNotImplemented
519524
* 502 - HTTPBadGateway
520525
* 503 - HTTPServiceUnavailable
521526
* 504 - HTTPGatewayTimeout
522527
* 505 - HTTPVersionNotSupported
528+
* 506 - HTTPVariantAlsoNegotiates
529+
* 510 - HTTPNotExtended
530+
* 511 - HTTPNetworkAuthenticationRequired
523531
524532
All HTTP exceptions have the same constructor::
525533

0 commit comments

Comments
 (0)