| AcceptEncoding |
Represents a single Accept-Encoding value with its quality factor.
|
| AcceptLanguage |
Represents a single language entry from an Accept-Language header.
|
| Authorization |
Parser for an "Authorization" header.
|
| ChunkExtension |
Unlike other HTTP parsers, this is a stateless (state is held by the calling code), streaming parser as chunk headers
are read as part of the request body and it is not always possible to buffer then entire chunk header in memory.
|
| ContentRange |
Represents a parsed Content-Range HTTP header value as defined by RFC 9110.
|
| Cookie |
Cookie header parser based on RFC6265
|
| EntityTag |
Utility class for parsing and comparing HTTP entity tags (ETags) as defined in RFC 7232.
|
| Host |
Utility class for parsing HTTP Host header values.
|
| HttpHeaderParser |
Parses HTTP request and response headers from a byte buffer.
|
| HttpParser |
HTTP header value parser implementation.
|
| MediaType |
Represents a parsed media type.
|
| MediaTypeCache |
Caches the results of parsing content-type headers.
|
| Priority |
HTTP priority header parser as per RFC 9218.
|
| Ranges |
Represents the value of an HTTP Range header.
|
| Ranges.Entry |
Represents a single range entry with a start and end position.
|
| StructuredField |
Parsing of structured fields as per RFC 8941.
|
| TE |
Represents a Transfer-Encoding value with optional parameters and quality factor.
|
| TokenList |
Utility class for parsing and manipulating HTTP token lists.
|
| Upgrade |
Represents an HTTP Upgrade protocol value with optional version.
|