# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetRouter return the router fo REST service.
No description provided by the author
No description provided by the author
NewRouter news a Router.
No description provided by the author
No description provided by the author
ReadBody can re-read the request body.
RegisterServant registers a RouteGroup into router servant must be an pointer to service object.
No description provided by the author
No description provided by the author
WriteFiberResponse writes http response If the resp is nil or represents success, response status is http.StatusOK, response content is obj.
No description provided by the author
WriteResponse writes http response If the resp is nil or represents success, response status is http.StatusOK, response content is obj.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Route is a http route.
Router is a HTTP request multiplexer Attention: 1.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
RouteGroup defines a group of Routes.