Documentation
¶
Index ¶
- func Connect(pattern string, h http.HandlerFunc)
- func Delete(pattern string, h http.HandlerFunc)
- func Get(pattern string, h http.HandlerFunc)
- func Group(fn func(r chi.Router)) chi.Router
- func Handle(pattern string, h http.Handler)
- func HandleFunc(pattern string, h http.HandlerFunc)
- func Head(pattern string, h http.HandlerFunc)
- func Method(method, pattern string, h http.Handler)
- func MethodFunc(method, pattern string, h http.HandlerFunc)
- func MethodNotAllowed(h http.HandlerFunc)
- func Mount(pattern string, h http.Handler)
- func Mux() *chi.Mux
- func NotFound(h http.HandlerFunc)
- func Options(pattern string, h http.HandlerFunc)
- func Patch(pattern string, h http.HandlerFunc)
- func Post(pattern string, h http.HandlerFunc)
- func Put(pattern string, h http.HandlerFunc)
- func Route(pattern string, fn func(r chi.Router)) chi.Router
- func Trace(pattern string, h http.HandlerFunc)
- func Use(middlewares ...func(http.Handler) http.Handler)
- func With(middlewares ...func(http.Handler) http.Handler) chi.Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(pattern string, h http.HandlerFunc)
func Delete ¶
func Delete(pattern string, h http.HandlerFunc)
func Get ¶
func Get(pattern string, h http.HandlerFunc)
func HandleFunc ¶
func HandleFunc(pattern string, h http.HandlerFunc)
func Head ¶
func Head(pattern string, h http.HandlerFunc)
func MethodFunc ¶
func MethodFunc(method, pattern string, h http.HandlerFunc)
func MethodNotAllowed ¶
func MethodNotAllowed(h http.HandlerFunc)
func NotFound ¶
func NotFound(h http.HandlerFunc)
func Options ¶
func Options(pattern string, h http.HandlerFunc)
func Patch ¶
func Patch(pattern string, h http.HandlerFunc)
func Post ¶
func Post(pattern string, h http.HandlerFunc)
func Put ¶
func Put(pattern string, h http.HandlerFunc)
func Trace ¶
func Trace(pattern string, h http.HandlerFunc)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.