# Functions
No description provided by the author
NamedArgsFromRequest is a helper function that extract url.Values that have been parsed using MuxMatcherPattern, url.Values should not be empty if parsing is successful and should be able to extract further following url.Values, same keys in the pattern result in new value added in url.Values.
PanicRecoveryFromRequest is a helper function that extract error value when panic occurred, the value is saved to *http.Request after recovery process and right before calling mux.PanicHandler.
# Variables
nolint:gochecknoglobals.
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gochecknoglobals.
nolint:gochecknoglobals.
nolint:gochecknoglobals.
nolint:gochecknoglobals.
nolint:gochecknoglobals.
# Interfaces
WrapHandler helper contract.