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

Struct Handler

handlers/processing/handler.go:42–47  ·  view source on GitHub ↗

Handler handles image processing requests

Source from the content-addressed store, hash-verified

40
41// Handler handles image processing requests
42type Handler struct {
43 HandlerContext
44
45 stream *stream.Handler // Stream handler for raw image streaming
46 config *Config // Handler configuration
47}
48
49// New creates new handler object
50func New(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected