package local

import "github.com/docker/docker/api/server/router/local"

Index

Functions

func NewDeleteRoute

func NewDeleteRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewDeleteRoute initializes a new route with the http method DELETE.

func NewGetRoute

func NewGetRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewGetRoute initializes a new route with the http method GET.

func NewHeadRoute

func NewHeadRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewHeadRoute initializes a new route with the http method HEAD.

func NewOptionsRoute

func NewOptionsRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewOptionsRoute initializes a new route with the http method OPTIONS

func NewPostRoute

func NewPostRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewPostRoute initializes a new route with the http method POST.

func NewPutRoute

func NewPutRoute(path string, handler httputils.APIFunc) dkrouter.Route

NewPutRoute initializes a new route with the http method PUT.

func NewRoute

func NewRoute(method, path string, handler httputils.APIFunc) dkrouter.Route

NewRoute initialies a new local route for the reouter

func NewRouter

func NewRouter(daemon *daemon.Daemon) dkrouter.Router

NewRouter initializes a local router with a new daemon.

Source Files

auth.go container.go copy.go exec.go image.go info.go inspect.go local.go volume.go

Version
v1.9.0-rc4
Published
Oct 31, 2015
Platform
js/wasm
Imports
44 packages
Last checked
3 minutes ago

Tools for package owners.