package
0.0.0-20201215173027-a12daaf43806
Repository: https://github.com/vividcortex/goji.git
Documentation: pkg.go.dev
# Packages
Package middleware provides several standard middleware implementations.
# Functions
New creates a new Mux without any routes or middleware.
# Constants
The key used to communicate to the NotFound handler what methods would have been allowed if they'd been provided.
# Type aliases
HandlerFunc is like net/http's http.HandlerFunc, but supports a context object.