Fix issue3428 - Document HTTPMessage class.

This commit is contained in:
Senthil Kumaran 2010-06-28 10:54:17 +00:00
parent 4c5bc4d7f8
commit 2af7e6d2d9

View file

@ -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: