Documentation ¶
Overview ¶
Package middleware contains utilities for Goji Middleware authors.
Unless you are writing middleware for your application, you should avoid importing this package. Instead, use the abstractions provided by your middleware package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handler ¶
Handler returns the handler corresponding to the most recently matched Pattern, or nil if no pattern was matched.
The handler returned by this function is the one that will be dispatched to at the end of the middleware stack. If the returned Handler is nil, http.NotFound will be used instead.
func SetHandler ¶
SetHandler returns a new context in which the given Handler was most recently matched and which consequently will be dispatched to.
Types ¶
This section is empty.