Registry / web-framework / phyber-negroni-gzip

phyber-negroni-gzip

JSON →
library1.0.0gogounverified

Package negroni-gzip provides gzip compression middleware for Negroni.

go get github.com/phyber/negroni-gzip
INSTALL
IMPORT
SIG · PHYBER-NEGRONI-GZI
P
phyber-negroni-gzip
web-frameworkgov1.0.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.

negronigzip
github.com/phyber/negroni-gzip

Minimal usage to add gzip middleware to a Negroni server.

package main import ( "github.com/phyber/negroni-gzip" "github.com/urfave/negroni" ) func main() { n := negroni.New() n.Use(negronigzip.Gzip(9)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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