[go: up one dir, main page]

[][src]Module surf::http::cache

HTTP caching.

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

Structs

Age

HTTP Age header

CacheControl

A Cache-Control header.

Expires

HTTP Expires header

Enums

CacheDirective

An HTTP Cache-Control directive.