[ Pakiet źródłowy: golang-github-justinas-alice ]
Pakiet: golang-github-justinas-alice-dev (1.2.0-2)
Odnośniki dla golang-github-justinas-alice-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-justinas-alice:
- [golang-github-justinas-alice_1.2.0-2.dsc]
- [golang-github-justinas-alice_1.2.0.orig.tar.gz]
- [golang-github-justinas-alice_1.2.0-2.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
- golang-github-goji-httpauth-dev
- golang-github-grpc-ecosystem-go-grpc-middleware-dev
- golang-github-urfave-negroni-dev
- ruby-rack
- golang-github-hashicorp-errwrap-dev
- golang-github-hashicorp-go-cleanhttp-dev
- golang-github-go-chi-chi-dev
- golang-github-unrolled-secure-dev
- ejabberd-mod-rest
- python3-static3
- libhttp-response-encoding-perl
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.
Pobieranie golang-github-justinas-alice-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 6,1 KiB | 27,0 KiB | [lista plików] |