Kaydet (Commit) 2af7e6d2 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Fix issue3428 - Document HTTPMessage class.

üst 4c5bc4d7
...@@ -93,6 +93,14 @@ The module provides the following classes: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment