package
1.1.0
Repository: https://github.com/jaxi/goji.git
Documentation: pkg.go.dev

# Functions

Handler returns the handler corresponding to the most recently matched Pattern, or nil if no pattern was matched.
Pattern returns the most recently matched Pattern, or nil if no pattern was matched.
SetHandler returns a new context in which the given Handler was most recently matched and which consequently will be dispatched to.
SetPattern returns a new context in which the given Pattern is used as the most recently matched pattern.
UnwrapHandler extracts the original http.Handler from a Goji-wrapped Handler object, or returns nil if the given Handler has not been wrapped in this way.