golang-github-justinas-alice-dev - 1.2.0-2 main

Alice provides a convenient way to chain HTTP middleware functions and
the app handler.
.
It transforms:
go Middleware1(Middleware2(Middleware3(App)))
to
go alice.New(Middleware1, Middleware2, Middleware3).Then(App)
.
None of the other middleware chaining solutions behaves exactly
like Alice. Alice is as minimal as it gets: in essence, it's just a
for loop that does the wrapping for you.

Priority: optional
Section: golang
Suites: amber byzantium crimson dawn landing 
Maintainer: Debian Go Packaging Team <team+pkg-go [꩜] tracker.debian.org>
 
Homepage Source Package
 

Installed Size: 27.6 kB
Architectures: all 

 

Versions

1.2.0-2 all