Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 332 Bytes

File metadata and controls

6 lines (3 loc) · 332 Bytes

HTTP Cache

A Transport for http.Client that implements RFC 9111 - HTTP Caching for server responses.

Inspired by github.com/sandrolain/httpcache, httpcache provides an http.RoundTripper implementation that works as a RFC 9111 (HTTP Caching) compliant cache for HTTP responses.