1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Andrea Luzzardi 3976a33c1a router: Return explicit error rather than 404 for experimental.
Instead of not adding experimental routes at all, fail with an explicit
message if the daemon is not running in experimental mode.

Added the `router.Experimental` which does this automatically.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2016-11-17 15:51:47 -08:00
..
httputils api/server/httputils: compile with go < 1.7 2016-10-04 12:01:49 +02:00
middleware Revise swarm init/update flags, add unlocking capability 2016-11-09 16:09:00 -08:00
router router: Return explicit error rather than 404 for experimental. 2016-11-17 15:51:47 -08:00
middleware.go
profiler.go
router_swapper.go
server.go always add but hide experimental cmds and flags 2016-11-08 04:55:27 -08:00
server_test.go