Registry / web-framework / go-imageproxy

go-imageproxy

JSON →
library0.13.0gogounverified

Package imageproxy provides an image proxy server.

go get willnorris.com/go/imageproxy
INSTALL
IMPORT
SIG · GO-IMAGEPROXY
G
go-imageproxy
web-frameworkgov0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

imageproxy
willnorris.com/go/imageproxy

Start an image proxy server

package main import ( "net/http" "willnorris.com/go/imageproxy" ) func main() { http.HandleFunc("/", imageproxy.ServeHTTP) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources