package local
import "github.com/docker/docker/api/server/router/local"
Index ¶
- func NewDeleteRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewGetRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewHeadRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewOptionsRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewPostRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewPutRoute(path string, handler httputils.APIFunc) dkrouter.Route
- func NewRoute(method, path string, handler httputils.APIFunc) dkrouter.Route
- func NewRouter(daemon *daemon.Daemon) dkrouter.Router
Functions ¶
func NewDeleteRoute ¶
NewDeleteRoute initializes a new route with the http method DELETE.
func NewGetRoute ¶
NewGetRoute initializes a new route with the http method GET.
func NewHeadRoute ¶
NewHeadRoute initializes a new route with the http method HEAD.
func NewOptionsRoute ¶
NewOptionsRoute initializes a new route with the http method OPTIONS
func NewPostRoute ¶
NewPostRoute initializes a new route with the http method POST.
func NewPutRoute ¶
NewPutRoute initializes a new route with the http method PUT.
func NewRoute ¶
NewRoute initializes a new local router for the reouter
func NewRouter ¶
NewRouter initializes a local router with a new daemon.
Source Files ¶
- Version
- v1.10.3-rc1
- Published
- Mar 8, 2016
- Platform
- js/wasm
- Imports
- 22 packages
- Last checked
- 2 minutes ago –
Tools for package owners.