distribution/registry/client
Aaron Lehmann 4354f0a107 On redirect, only copy headers when they don't already exist in the redirected request
A changeset under consideration for Go 1.7 would automatically copy
headers on redirect. This change future-proofs our code so we won't make
duplicate copies of the headers if net/http does it automatically in the
future.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-02-03 13:19:44 -08:00
..
auth Allows token authentication handler to request additional scopes 2016-01-08 13:53:23 -08:00
transport Support range requests in the client's httpReadSeeker 2016-01-27 16:11:36 -08:00
blob_writer.go Print error for failed HTTP auth request. 2015-12-29 11:39:20 -08:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Handle nonstandard token endpoint errors 2016-01-20 14:45:08 -08:00
errors_test.go Merge branch 'print-error-msg' of https://github.com/k4leung4/distribution into print-error-msg 2015-12-29 16:26:13 -08:00
repository.go On redirect, only copy headers when they don't already exist in the redirected request 2016-02-03 13:19:44 -08:00
repository_test.go Add manifest put by digest to the registry client 2016-01-26 14:20:23 -08:00