Directories
¶
| Path | Synopsis |
|---|---|
|
Package chi provides a routing.Backend built on go-chi/chi.
|
Package chi provides a routing.Backend built on go-chi/chi. |
|
Package gin provides a routing.Backend built on gin-gonic/gin.
|
Package gin provides a routing.Backend built on gin-gonic/gin. |
|
Package httprouter provides a routing.Backend built on julienschmidt/httprouter, a fast radix-tree router.
|
Package httprouter provides a routing.Backend built on julienschmidt/httprouter, a fast radix-tree router. |
|
internal
|
|
|
conformance
Package conformance holds the tests that pin every routing.Backend to one answer, rather than to whatever its underlying library happens to do.
|
Package conformance holds the tests that pin every routing.Backend to one answer, rather than to whatever its underlying library happens to do. |
|
httpmw
Package httpmw holds the net/http middleware stack shared by every routing backend.
|
Package httpmw holds the net/http middleware stack shared by every routing backend. |
|
pathvalues
Package pathvalues holds the one decode step every routing backend that matches on the escaped path owes its callers.
|
Package pathvalues holds the one decode step every routing backend that matches on the escaped path owes its callers. |
|
Package stdlib provides a routing.Backend built on the standard library's net/http.ServeMux.
|
Package stdlib provides a routing.Backend built on the standard library's net/http.ServeMux. |
Click to show internal directories.
Click to hide internal directories.