module documentation

Interfaces related to HTTP messages.

Do not import directly from here, except:

  • From _interfaces.py.
  • From implementations of these interfaces, but even then, import the zope.interface.Interface classes via _interfaces.py.

This will ensure that type checking works.

Interface IHTTPHeaders HTTP entity headers.
Interface IHTTPMessage HTTP entity.
Interface IHTTPRequest HTTP request.
Interface IHTTPResponse HTTP response.
Interface IMutableHTTPHeaders Mutable HTTP entity headers.
Class FountAlreadyAccessedError The HTTP message's fount has already been accessed and is no longer available.
Variable MutableRawHeaders Undocumented
Variable RawHeader Undocumented
Variable RawHeaders Undocumented
MutableRawHeaders = (source)

Undocumented

RawHeader = (source)

Undocumented

RawHeaders = (source)

Undocumented