mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
The following improvements were done: * only cacheable status codes are allowed now (200, 203, 300, 301, 410) * only responses considered fresh are cached; fresh response means: * no-store directive not present in cache-control * response hasn’t expired (when s-maxage, max-age or expires are present)