moby--moby/registry
Tibor Vass a01cc3ca77 registry: Refactor requestfactory to use http.RoundTrippers
This patch removes the need for requestFactories and decorators
by implementing http.RoundTripper transports instead.

It refactors some challenging-to-read code.

NewSession now takes an *http.Client that can already have a
custom Transport, it will add its own auth transport by wrapping
it.

The idea is that callers of http.Client should not bother
setting custom headers for every handler but instead it should
be transparent to the callers of a same context.

This patch is needed for future refactorings of registry,
namely refactoring of the v1 client code.

Signed-off-by: Tibor Vass <tibor@docker.com>
2015-05-18 21:51:53 -04:00
..
auth.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
auth_test.go
authchallenge.go
config.go
config_test.go
endpoint.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
endpoint_test.go
registry.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
registry_mock_test.go
registry_test.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
service.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
session.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
session_v2.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
token.go registry: Refactor requestfactory to use http.RoundTrippers 2015-05-18 21:51:53 -04:00
types.go