HTTPStatus
June 3, 2026 ยท View on GitHub
HTTP status codes and reason phrases
Status codes from the following RFCs are all observed:
* RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616
* RFC 6585: Additional HTTP Status Codes
* RFC 3229: Delta encoding in HTTP
* RFC 4918: HTTP Extensions for WebDAV, obsoletes 2518
* RFC 5842: Binding Extensions to WebDAV
* RFC 7238: Permanent Redirect
* RFC 2295: Transparent Content Negotiation in HTTP
* RFC 2774: An HTTP Extension Framework
* RFC 7725: An HTTP Status Code to Report Legal Obstacles
* RFC 7540: Hypertext Transfer Protocol Version 2 (HTTP/2)
* RFC 2324: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
* RFC 8297: An HTTP Status Code for Indicating Hints
* RFC 8470: Using Early Data in HTTP
Example Usage
from mistralai.client.models import HTTPStatus
# Open enum: unrecognized values are captured as UnrecognizedInt
value: HTTPStatus = 100
Values
This is an open enum. Unrecognized values will not fail type checks.
100101102103200201202203204205206207208226300301302303304305307308400401402403404405406407408409410411412413414415416417418421422423424425426428429431451500501502503504505506507508510511