Versions in this module Expand all Collapse all v0 v0.1.1 Jul 14, 2024 v0.1.0 Jul 13, 2024 Changes in this version + func NewTransport(cacheEngine engine.CacheEngine, opts ...Option) http.RoundTripper + func WithBase(child http.RoundTripper) baseOption + func WithCacheableStatusCodes(statusCodes []int) cacheableStatusCodesOption + func WithExpiration(expiration time.Duration) expirationOption + func WithLogger(logger *slog.Logger) loggerOption + type Option interface + type Transport struct + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)