Documentation
¶
Index ¶
- Variables
- type Context
- type Http
- type Mock
- type Request
- type Response
- type RouteFunc
- type Router
- func (t *Router) Delete(path string, handler RouteFunc)
- func (t *Router) Find(method string, path string) RouteFunc
- func (t *Router) Get(path string, handler RouteFunc)
- func (t *Router) Post(path string, handler RouteFunc)
- func (t *Router) PushRoute(method string, path string, handler RouteFunc)
- func (t *Router) Put(path string, handler RouteFunc)
- func (t *Router) Rpc(path string, handler RouteFunc)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Http ¶
type Mock ¶
Click to show internal directories.
Click to hide internal directories.