Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2026 Changes in this version + type Storage struct + Map sync.Map + func NewStorage() *Storage + func (s *Storage) Get(ctx context.Context, req *http.Request) (*http.Response, error) + func (s *Storage) Put(ctx context.Context, resp *http.Response) error