Expand description
Transport-neutral HTTP conditional request helpers.
Enums§
- Http
Validator Error - Errors produced while parsing HTTP validators.
Functions§
- format_
http_ date - Formats a system time as an IMF-fixdate HTTP date.
- http_
date_ epoch_ seconds - Returns whole seconds relative to the Unix epoch, preserving pre-epoch ordering.
- if_
match_ header_ matches - Applies the strong comparison required by
If-Match. - if_
none_ match_ header_ matches - Applies the weak comparison required by
If-None-Match. - parse_
http_ date - Parses an HTTP date into system time.