mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix issue3428 - Document HTTPMessage class.
This commit is contained in:
parent
4c5bc4d7f8
commit
2af7e6d2d9
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ The module provides the following classes:
|
||||||
|
|
||||||
.. versionadded:: 2.0
|
.. versionadded:: 2.0
|
||||||
|
|
||||||
|
.. class:: HTTPMessage
|
||||||
|
|
||||||
|
An :class:`HTTPMessage` instance is used to hold the headers from an HTTP
|
||||||
|
response. It is implemented using the :class:`mimetools.Message` class and
|
||||||
|
provides utility functions to deal with HTTP Headers. It is not directly
|
||||||
|
instantiated by the users.
|
||||||
|
|
||||||
|
|
||||||
The following exceptions are raised as appropriate:
|
The following exceptions are raised as appropriate:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue