Expand description
Transport-neutral HTTP conditional request helpers.
Enums§
- Http
Validator Error - Errors produced while parsing HTTP validators.
Functions§
- format_
http_ date Deprecated - 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_
match_ headers_ have_ strong_ tag - Reports whether
If-Matchis present and contains at least one strong entity-tag. - if_
match_ headers_ match - Applies
If-Matchto all field lines in an HTTP header map. - if_
none_ match_ header_ matches - Applies the weak comparison required by
If-None-Match. - if_
none_ match_ headers_ match - Applies
If-None-Matchto all field lines in an HTTP header map. - parse_
http_ date - Parses an HTTP date into system time.
- try_
format_ entity_ tag - Trims and validates one entity-tag, quoting an opaque backend value when needed.
- try_
format_ http_ date - Formats a system time when it is representable by the HTTP-date implementation.
- validate_
http_ date - Validates that a system time is representable as an HTTP date without formatting it.