distribution/docs/client
Derek McGowan 89c396e0f5 Simplify configuration and transport
Repository creation now just takes in an http.RoundTripper. Authenticated requests or requests which require additional headers should use the NewTransport function along with a request modifier (such an an authentication handler).

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-05-15 17:56:28 -07:00
..
authchallenge.go Create authentication handler 2015-05-15 17:56:27 -07:00
authchallenge_test.go Create authentication handler 2015-05-15 17:56:27 -07:00
errors.go Create authentication handler 2015-05-15 17:56:27 -07:00
layer.go Create authentication handler 2015-05-15 17:56:27 -07:00
layer_upload.go Update ReadFrom to wrap reader in NopCloser 2015-05-15 17:56:27 -07:00
layer_upload_test.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00
repository.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00
repository_test.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00
session.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00
session_test.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00
transport.go Simplify configuration and transport 2015-05-15 17:56:28 -07:00