37dbe07519
Uses a new middleware which calls httputils.DumpRequest which is output to `logrus.Debug`. This is implemented in a separate middleare so that we only have to check the logging level when the router is instantiated rather than at every request. If this was just `logrus.Debug(httputil.DumpRequest(...))`, the DumpRequest would be called on each request requardless of logging level set on the daemon. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
||
---|---|---|
.. | ||
client | ||
fixtures | ||
server | ||
types | ||
common.go | ||
common_test.go | ||
README.md |
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon