Request                 HTTP Request Handling
Response                HTTP Response handling
abort_http_problem      Abort request processing with an HTTP problem
                        response
default_formatters      A list of default formatter mappings
default_parsers         A list of default parser mappings
formatters              Pre-supplied formatting generators
parsers                 Pre-supplied parsing generators
query_parser            Parse a query string
random_key              Generate a random key compatible with
                        encryption and decryption in requests and
                        responses
session_cookie          Collect settings for a session cookie
to_http_date            Format timestamps to match the HTTP specs
