Sebastiaan van Stijn
|
a6dd341ca2
client: remove deprecated SetCustomHTTPHeaders(), CustomHTTPHeaders()
|
4 年之前 |
Sebastiaan van Stijn
|
8afb57e633
client: deprecate client.CustomHTTPHeaders()
|
4 年之前 |
Sebastiaan van Stijn
|
328de0b8d9
Update documentation links
|
4 年之前 |
Tobias Pfandzelter
|
963e5afc04
Update documentation to reflect deprecation of "NewEnvClient"
|
4 年之前 |
Sebastiaan van Stijn
|
58b0585cd2
fix client.HTTPClient() not returning a copy
|
6 年之前 |
Sebastiaan van Stijn
|
b26aa97914
Add client.WithAPIVersionNegotiation() option
|
6 年之前 |
Sebastiaan van Stijn
|
e6c0d19c3a
client: define "Opt" type
|
6 年之前 |
xichengliudui
|
1d62807db3
Delete duplicate words
|
6 年之前 |
Sebastiaan van Stijn
|
69d9ff3455
Move deprecated client constructors to a separate file
|
6 年之前 |
Sebastiaan van Stijn
|
01eb35bfb3
Move client-opts to a separate file
|
6 年之前 |
Sebastiaan van Stijn
|
c8ff5ecc09
Remove use of deprecated client.NewEnvClient()
|
6 年之前 |
Peter Kang
|
be2f7ce3ca
Add an op func to override Client.scheme
|
6 年之前 |
Tonis Tiigi
|
5974fc2540
client: dial tls on Dialer if tls config is set
|
6 年之前 |
Akihiro Suda
|
edac92409a
client: add WithDialContext() and client.Dialer()
|
7 年之前 |
Mathieu Champlon
|
5a84124739
Make client underlying HTTP client accessible
|
7 年之前 |
Kir Kolyshkin
|
7d62e40f7e
Switch from x/net/context -> context
|
7 年之前 |
Daniel Nephin
|
0a91ba2d8c
Remove duplicate calls for getting an APIClient
|
7 年之前 |
Daniel Nephin
|
a68ae4a2d9
Improve docstrings and small cleanup in client
|
7 年之前 |
Drew Erny
|
80904e9571
Fix TLS from environment variables in client
|
7 年之前 |
Vincent Demeester
|
772edd020c
Introduce NewClientWithOpts func to build custom client easily
|
7 年之前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年之前 |
Yu-Ju Hong
|
4b6ec10b07
Fix version comparison when negotiating the the API version
|
7 年之前 |
Yong Tang
|
63a9ea58eb
Merge pull request #34770 from dnephin/fix-client-with-empty-id
|
7 年之前 |
Daniel Nephin
|
5ac298fd0e
Fix volume inspect with empty ID
|
8 年之前 |
Daniel Nephin
|
54242cd067
Cleanup client/ interface
|
8 年之前 |
Tonis Tiigi
|
823e88d4c4
Fix requests for docker host ending with slash
|
8 年之前 |
mrfly
|
e345cd12f9
fix client.Transport
|
8 年之前 |
Josh Soref
|
39bcaee47b
Spelling fixes
|
8 年之前 |
Sebastiaan van Stijn
|
5975dc4b4b
Always perform version-negotiation
|
8 年之前 |
Royce Remer
|
5f1d94e569
pull client API version negotiation out of the CLI and into the client
|
8 年之前 |