Registry / web-framework / justinas-alice

justinas-alice

JSON →
library1.2.0gogounverified

Package alice provides a convenient way to chain http handlers.

go get github.com/justinas/alice
INSTALL
IMPORT
SIG · JUSTINAS-ALICE
J
justinas-alice
web-frameworkgov1.2.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.

alice
github.com/justinas/alice

Chain HTTP middleware handlers.

import ( "net/http" "github.com/justinas/alice" ) func main() { chain := alice.New(middleware1, middleware2).Then(finalHandler) http.Handle("/", chain) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
justinas-alice — go get justinas-alice · libregistry