net

Module http_cache

Source
Expand description

A memory cache implementing the logic specified in http://tools.ietf.org/html/rfc7234 and http://tools.ietf.org/html/rfc7232.

Structs§

  • The key used to differentiate requests in the cache.
  • Metadata about a loaded resource, such as is obtained from HTTP headers.
  • A complete cached resource.
  • Wrapper around a cached response, including information on re-validation needs
  • A memory cache.

Functions§