Index of the api module
-
m
httpencode.api
...
- a ACCEPT ...
- C Responder ... - WSGI application that serves a specific piece of data. The data should not be mutated after creating this application.
-
C
InsecureFormatError
...
- Raised when for some reason an insecure format is used in a
non-trusted situation.
- f get_mimetype_from_environ ... - Get the mimetype from the WSGI environ
- f parse_request ... - Parses a WSGI request, attempting to get the given output type.
- f get_mimetype_from_headers ...
- f parse_response ... - Parses an HTTPResponse, attempting to get the given output type.
- f get_mimetype_from_response ... - Get the mimetype from the HTTP response