Pakket: golang-goji-dev (2.0.2-2)
Verwijzigingen voor golang-goji-dev
Debian bronnen:
Het bronpakket golang-goji downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-gorilla-mux-dev
- golang-github-bmizerany-pat-dev
- golang-github-meowgorithm-babylogger-dev
- golang-github-goji-httpauth-dev
- golang-github-go-chi-chi-dev
- golang-github-julienschmidt-httprouter-dev
- golang-github-gorilla-handlers-dev
- golang-github-bouk-httprouter-dev
- golang-github-gorilla-csrf-dev
- golang-github-unrolled-secure-dev
- golang-github-zenazn-goji-dev
minimalistic and flexible HTTP request multiplexer for Go
Goji is a HTTP request multiplexer, similar to net/http.ServeMux. It compares incoming requests to a list of registered Patterns and dispatches to the http.Handler that corresponds to the first matching Pattern. Goji also supports Middleware (composable shared functionality applied to every request) and uses the standard context package to store request-scoped values.