Documentation ¶
Index ¶
- type Router
- func (r *Router) DELETE(path string, handler decorates.Handler)
- func (r *Router) GET(path string, handler decorates.Handler)
- func (r *Router) HEAD(path string, handler decorates.Handler)
- func (r *Router) LOCK(path string, handler decorates.Handler)
- func (r *Router) OPTIONS(path string, handler decorates.Handler)
- func (r *Router) POST(path string, handler decorates.Handler)
- func (r *Router) PUT(path string, handler decorates.Handler)
- func (r *Router) TRACE(path string, handler decorates.Handler)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.