amphp / http-client-cache

An async HTTP cache for Amp's HTTP client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store only vary headers instead of full request headers

kelunik opened this issue · comments

Request headers often contain secrets such as access tokens etc., so we'd like to avoid storing that information if we don't have to.