# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Cancellable makes new route which embeds http.CloseNotifier feature to context.Context of handler.
NewDeleteRoute initializes a new route with the http method DELETE.
NewGetRoute initialize a new route with the http method GET.
NewHeadRoute initializes a new route with the http method HEAD.
NewOptionsRoute initializes a new route with the http method OPTIONS.
NewPostRoute initializes a new route with the http method POST.
NewPutRoute initializes a new route with the http method PUT.
NewRoute initializes a new local route for the router.