distribution/registry/client
Derek McGowan c8fac94617 Separate version and challenge parsing from ping
Replace ping logic with individual functions to extract API version and authorization challenges. The response from a ping operation can be passed into these function. If an error occurs in parsing, the version or challenge will not be used. Sending the ping request is the responsibility of the caller.
APIVersion has been converted from a string to a structure type. A parse function was added to convert from string to the structure type.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-07-01 15:00:25 -07:00
..
auth Separate version and challenge parsing from ping 2015-07-01 15:00:25 -07:00
transport Refactor client auth 2015-07-01 15:00:25 -07:00
blob_writer.go Break down type dependencies 2015-05-19 19:56:27 -07:00
blob_writer_test.go Add 'message' back to BlobTest sample json 2015-06-18 18:24:54 -07:00
errors.go Round 2 2015-05-26 17:18:32 -07:00
repository.go Remove timeout for http.Client in registry/client/repository.go. 2015-06-30 17:35:24 -07:00
repository_test.go Round 2 2015-05-26 17:18:32 -07:00