]> granicus.if.org Git - python/commitdiff
Merged revisions 82322 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 28 Jun 2010 10:58:16 +0000 (10:58 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 28 Jun 2010 10:58:16 +0000 (10:58 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r82322 | senthil.kumaran | 2010-06-28 16:24:17 +0530 (Mon, 28 Jun 2010) | 3 lines

  Fix issue3428 - Document HTTPMessage class.
........

Doc/library/httplib.rst

index da2169cd5807189a6ef2a5a7b2e757daad6dd8fd..0689b0e767335ddcdbb151bcc2b0253091607857 100644 (file)
@@ -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: