diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index da2169cd580..0689b0e7673 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -85,6 +85,14 @@ The module provides the following classes: .. 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: