| abort_bad_request | Abort request processing with an HTTP problem response |
| abort_conflict | Abort request processing with an HTTP problem response |
| abort_forbidden | Abort request processing with an HTTP problem response |
| abort_gone | Abort request processing with an HTTP problem response |
| abort_http_problem | Abort request processing with an HTTP problem response |
| abort_internal_error | Abort request processing with an HTTP problem response |
| abort_method_not_allowed | Abort request processing with an HTTP problem response |
| abort_not_acceptable | Abort request processing with an HTTP problem response |
| abort_not_found | Abort request processing with an HTTP problem response |
| abort_status | Abort request processing with an HTTP problem response |
| abort_unauthorized | Abort request processing with an HTTP problem response |
| as.list.Response | HTTP Response handling |
| as.Request | HTTP Request Handling |
| default_formatters | A list of default formatter mappings |
| default_parsers | A list of default parser mappings |
| formatters | Pre-supplied formatting generators |
| format_html | Pre-supplied formatting generators |
| format_json | Pre-supplied formatting generators |
| format_plain | Pre-supplied formatting generators |
| format_table | Pre-supplied formatting generators |
| format_xml | Pre-supplied formatting generators |
| from_http_date | Format timestamps to match the HTTP specs |
| handle_problem | Abort request processing with an HTTP problem response |
| is.Request | HTTP Request Handling |
| is.Response | HTTP Response handling |
| is_reqres_problem | Abort request processing with an HTTP problem response |
| is_session_cookie_settings | Collect settings for a session cookie |
| parsers | Pre-supplied parsing generators |
| parse_html | Pre-supplied parsing generators |
| parse_json | Pre-supplied parsing generators |
| parse_multiform | Pre-supplied parsing generators |
| parse_plain | Pre-supplied parsing generators |
| parse_queryform | Pre-supplied parsing generators |
| parse_table | Pre-supplied parsing generators |
| parse_xml | 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 |
| Request | HTTP Request Handling |
| Response | HTTP Response handling |
| session_cookie | Collect settings for a session cookie |
| to_http_date | Format timestamps to match the HTTP specs |