Expand description
HTTP conditional headers.
Web page performance can be significantly improved by caching resources. This submodule includes headers and types to communicate how and when to cache resources.
§Further Reading
Modules§
- if_
match - Apply the HTTP method if the ETag matches.
- if_
none_ match - Apply the HTTP method if the ETags do not match.
Structs§
- IfMatch
- Apply the HTTP method if the ETag matches.
- IfModified
Since - Apply the HTTP method if the entity has been modified after the given date.
- IfNone
Match - Apply the HTTP method if the ETags do not match.
- IfUnmodified
Since - Apply the HTTP method if the entity has not been modified after the given date.
- Last
Modified - The last modification date of a resource.
- Vary
- Apply the HTTP method if the ETag matches.
Enums§
- ETag
- HTTP Entity Tags.