# Packages
Package middleware provides several standard middleware implementations.
Package mutil contains various functions that are helpful when writing http middleware.
# Functions
New creates a new Mux without any routes or middleware.
ParsePattern is used internally by Goji to parse route patterns.
# 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.