Documentation
¶
Index ¶
- Variables
- type Middleware
- type Params
- type ReMux
- func (r *ReMux) NotFound(handler http.Handler) error
- func (r *ReMux) RegisterPlain(method, path string, handler http.Handler, middlewares ...Middleware) error
- func (r *ReMux) RegisterRegex(method string, path *regexp.Regexp, handler http.Handler, ...) error
- func (r *ReMux) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ReMux ¶
type ReMux struct {
// contains filtered or unexported fields
}
func (*ReMux) RegisterPlain ¶
func (*ReMux) RegisterRegex ¶
Click to show internal directories.
Click to hide internal directories.