Documentation ¶
Index ¶
- func NewTcpSocket(addr string, config *tlsConfig, activate <-chan struct{}) (net.Listener, error)
- func NewUnixSocket(path, group string, activate <-chan struct{}) (net.Listener, error)
- func ProfilerSetup(mainRouter *mux.Router, path string)
- func ServeRequest(eng *engine.Engine, apiversion version.Version, w http.ResponseWriter, ...)
- type HttpApiFunc
- type HttpServer
- type Server
- type ServerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTcpSocket ¶
func NewUnixSocket ¶
func ProfilerSetup ¶
func ServeRequest ¶
func ServeRequest(eng *engine.Engine, apiversion version.Version, w http.ResponseWriter, req *http.Request)
ServeRequest processes a single http request to the docker remote api. FIXME: refactor this to be part of Server and not require re-creating a new router each time. This requires first moving ListenAndServe into Server.
Types ¶
type HttpApiFunc ¶
type HttpServer ¶
type HttpServer struct {
// contains filtered or unexported fields
}
func (*HttpServer) Close ¶
func (s *HttpServer) Close() error
func (*HttpServer) Serve ¶
func (s *HttpServer) Serve() error
Click to show internal directories.
Click to hide internal directories.