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

Method URL

fetcher/request.go:116–118  ·  view source on GitHub ↗

URL returns the actual URL of the request

()

Source from the content-addressed store, hash-verified

114
115// URL returns the actual URL of the request
116func (r *Request) URL() *url.URL {
117 return r.request.URL
118}
119
120// checkPartialContentResponse if the response is a partial content response,
121// we check if it contains the entire image.

Calls

no outgoing calls