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/middleware
David Calavera 8d3467626e
Move middleware to interfaces.
This makes separating middlewares from the core api easier.
As an example, the authorization middleware is moved to
it's own package.

Initialize all static middlewares when the server is created, reducing
allocations every time a route is wrapper with the middlewares.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-04-11 09:19:27 -07:00
..
cors.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
debug.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
middleware.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
user_agent.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
version.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
version_test.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00