Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Doc/library/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ The :mod:`http` module also defines the following enums that help you work with
HTTP status codes
-----------------

Supported,
`IANA-registered status codes <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>`_
available in :class:`http.HTTPStatus` are:
The supported `IANA-registered status codes`__ available in
:class:`http.HTTPStatus` are enumerated in the table below,
including some codes marked by IANA as 'unused'.

__ https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml

======= =================================== ==================================================================
Code Enum Name Details
Expand Down
Loading