# Functions
DisabledHandler is a middleware handler that returns an HTTP 503 (Service unavailable) error if 'disabled' is true.
No description provided by the author
No description provided by the author
RouteHandler create a new `http.Handler` instance that will serve requests using handlers defined in 'handlers'.
RouteHandlerWithOptions create a new `http.Handler` instance that will serve requests using handlers defined in 'opts.Handlers'.
# Structs
RouteHandlerOptions is a struct that contains configuration settings for use the RouteHandlerWithOptions method.
# Type aliases
RouteHandlerFunc returns an `http.Handler` instance.