# Functions
DecodeRequest decodes an http request into a given structure.
EncodeResponse encodes the given structure into an http response.
NewErrorResponse creates an ErrorResponse with the provided error.
NewHandler creates a new Handler with an http mux.
PluginSpecDir returns plugin spec dir in relation to daemon root directory.
StreamResponse streams a response object to the client.
WindowsDefaultDaemonRootDir returns default data directory of docker daemon on Windows.
# Constants
DefaultContentTypeV1_1 is the default content type accepted and sent by the plugins.
# Structs
ErrorResponse is a formatted error message that Docker can understand.
Handler is the base to create plugin handlers.
No description provided by the author
WindowsPipeConfig is a helper structure for configuring named pipe parameters on Windows.
# Type aliases
No description provided by the author