Expand description

Utilities for parsing information from headers

Structs

Functions

Returns an iterator over pairs where the first element is the unprefixed header name that starts with the input key prefix, and the second element is the full header name.

Read all the dates from the header map at key according the format

Read exactly one or none from a headers iterator

Conditionally quotes and escapes a header value if the header value contains a comma or quote.