套件: golang-goji-dev (2.0.2-2)
golang-goji-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-goji:
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-bmizerany-pat-dev
- golang-github-meowgorithm-babylogger-dev
- golang-github-go-chi-chi-dev
- golang-github-goji-httpauth-dev
- golang-github-gorilla-handlers-dev
- golang-github-julienschmidt-httprouter-dev
- golang-github-gorilla-csrf-dev
- golang-github-unrolled-secure-dev
- golang-github-zenazn-goji-dev
- golang-github-urfave-negroni-dev
- lua-copas
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.