Module http_types::conditional[][src]

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

Apply the HTTP method if the ETag matches.

Apply the HTTP method if the ETags do not match.

Structs

Apply the HTTP method if the ETag matches.

Apply the HTTP method if the entity has been modified after the given date.

Apply the HTTP method if the ETags do not match.

Apply the HTTP method if the entity has not been modified after the given date.

The last modification date of a resource.

Apply the HTTP method if the ETag matches.

Enums

HTTP Entity Tags.