Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Router ¶
type Router interface { Use(middlewares ...core.MiddlewareFunc) Mount(pattern string, fn func(router Router)) Delete(pattern string, fn core.HandlerFunc) Get(pattern string, fn core.HandlerFunc) Options(pattern string, fn core.HandlerFunc) Patch(pattern string, fn core.HandlerFunc) Post(pattern string, fn core.HandlerFunc) Put(pattern string, fn core.HandlerFunc) Static(fs http.FileSystem) }
Click to show internal directories.
Click to hide internal directories.