[ bianca ]
[ Quellcode: golang-github-justinas-alice ]
Paket: golang-github-justinas-alice-dev (1.2.0-2)
Links für golang-github-justinas-alice-dev
Quellcode-Paket golang-github-justinas-alice herunterladen:
- [golang-github-justinas-alice_1.2.0-2.debian.tar.xz]
- [golang-github-justinas-alice_1.2.0-2.dsc]
- [golang-github-justinas-alice_1.2.0.orig.tar.gz]
Betreuer:
Externe Ressourcen:
- Homepage [github.com]
Ähnliche Pakete:
- golang-github-goji-httpauth-dev
- golang-github-grpc-ecosystem-go-grpc-middleware-dev
- ruby-rack
- golang-github-urfave-negroni-dev
- golang-github-hashicorp-errwrap-dev
- golang-github-hashicorp-go-cleanhttp-dev
- librust-axum-dev
- golang-github-go-chi-chi-dev
- librust-axum-macros-dev
- librust-axum-extra-dev
- librust-axum-core-dev
Painless middleware chaining for Go
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.
golang-github-justinas-alice-dev herunterladen
| Architektur | Paketgröße | Größe (installiert) | Dateien |
|---|---|---|---|
| all | 6,1 kB | 27,0 kB | [Liste der Dateien] |