Microsoft.AspNetCore.HeaderParsing Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| CommonHeaders |
Common header setups. |
| HeaderKey<T> |
Used to indicate which header to parse. |
| HeaderParser<T> |
Parses raw header value to a header type. |
| HeaderParsingFeature |
Keeps header parsing state and provides parsing features. |
| HeaderParsingOptions |
Options for the header parsing infrastructure. |
| HeaderSetup<THeader> |
Stores all setup information for a header. |
Structs
| HostHeaderValue |
Holds parsed data for the HTTP host header. |
Interfaces
| IHeaderRegistry |
Provides typed header values. |
Enums
| ParsingResult |
Result of trying to parse a header. |