# Functions
NewServer returns a new instance of the fake server, in standalone mode.
NewTLSServer creates and starts a TLS-enabled testing server.
# Structs
DockerServer represents a programmable, concurrent (not much), HTTP server implementing a fake version of the Docker remote API.
TLSConfig is the set of options to start the TLS-enabled testing server.