golib/net/httpcache
AJ ONeal 159cf2d4d3
refactor(httpcache): sentinel errors for Fetch failure modes
ErrUnexpectedStatus, ErrEmptyResponse, ErrSaveMeta are exposed so
callers can branch with errors.Is. Messages remain descriptive (status
code, URL, Path) via %w wrapping.
2026-04-20 17:01:04 -06:00
..