Relevant RFCs¶
RFC-2045¶
ietfparse.datastructures.ContentType is an abstraction of the Content-Type. This header is fully specified in RFC-2045.
RFC-6839¶
ietfparse.headers.parse_content_type and ietfparse.datastructures.ContentType support structured syntax content suffixes.
RFC-7239¶
ietfparse.headers.parse_forwarded parses a Forwarded header
RFC-8288¶
- ietfparse.headers.parse_link parses a Link header
- ietfparse.datastructures.LinkHeader represents an element in a Link header
RFC-9110¶
- ietfparse.algorithms.select_content_type implements Proactive Content Negotiation as described in RFC-9110
- ietfparse.headers.parse_accept parses Accept
- ietfparse.headers.parse_accept_charset parses Accept-Charset
- ietfparse.headers.parse_accept_encoding parses Accept-Encoding
- ietfparse.headers.parse_accept_language parses Accept-Language
- ietfparse.headers.parse_list parses many of the comma-separated list headers
RFC-9111¶
ietfparse.headers.parse_cache_control parses a Cache-Control header