Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶ added in v0.7.1
func Delete(route string, do handleMethod) *handler
Delete return delete handler.
func Get ¶ added in v0.5.0
func Get(route string, do handleMethod) *handler
Get return a get handler.
Types ¶
type Ctx ¶ added in v0.11.0
Ctx create by request infomation
Help you access but don't need to detect where it came from
type Res ¶ added in v0.10.0
type Res string
Res is response message type
TODO: It will contain some method to help you create response
Click to show internal directories.
Click to hide internal directories.