MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / ConditionalHeaders

Method ConditionalHeaders

imgproxy.go:277–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275}
276
277func (i *Imgproxy) ConditionalHeaders() *conditionalheaders.Factory {
278 return i.conditionalHeaders
279}
280
281// startMemoryTicker starts a ticker that periodically frees memory and optionally logs memory stats
282func (i *Imgproxy) startMemoryTicker(ctx context.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected