Registry / web-framework / go-macaron-gzip

go-macaron-gzip

JSON →
library0.0.0-20200329073552-98214d7a897egogounverified

Gzip middleware for the Macaron web framework.

go get github.com/go-macaron/gzip
INSTALL
IMPORT
SIG · GO-MACARON-GZIP
G
go-macaron-gzip
web-frameworkgov0.0.0-20200329073552-98214d7a897e
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.

gzip
github.com/go-macaron/gzip

Adds gzip compression to a Macaron web server.

package main import ( "github.com/go-macaron/gzip" "gopkg.in/macaron.v1" ) func main() { m := macaron.Classic() m.Use(gzip.Gzip()) m.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200329073552-98214d7a897elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Perplexity
1
Resources
go-macaron-gzip — go get go-macaron-gzip · libregistry