Registry / web-framework / macaron-gzip

macaron-gzip

JSON →
library0.0.0-20200827120000-efa5e8477cf5gogounverified

Gzip middleware for the Macaron web framework.

go get gitea.com/macaron/gzip
INSTALL
IMPORT
SIG · MACARON-GZIP
M
macaron-gzip
web-frameworkgov0.0.0-20200827120000-efa5e8477cf5
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
gitea.com/macaron/gzip

Enable gzip compression in a Macaron web application.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20200827120000-efa5e8477cf5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
macaron-gzip — go get macaron-gzip · libregistry