Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + type ExperimentalRoute interface + Disable func() + Enable func() + type Route interface + Handler func() httputils.APIFunc + Method func() string + Path func() string + func Cancellable(r Route) Route + func Experimental(r Route) Route + func NewDeleteRoute(path string, handler httputils.APIFunc) Route + func NewGetRoute(path string, handler httputils.APIFunc) Route + func NewHeadRoute(path string, handler httputils.APIFunc) Route + func NewOptionsRoute(path string, handler httputils.APIFunc) Route + func NewPostRoute(path string, handler httputils.APIFunc) Route + func NewPutRoute(path string, handler httputils.APIFunc) Route + func NewRoute(method, path string, handler httputils.APIFunc) Route + type Router interface + Routes func() []Route