Sebastiaan van Stijn
|
948c2c45bb
client: use canonical names for HTTP Headers
|
4 年之前 |
Sebastiaan van Stijn
|
2cff05e960
client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)
|
3 年之前 |
Eng Zer Jun
|
c55a4ac779
refactor: move from io/ioutil to io and os package
|
3 年之前 |
Akihiro Suda
|
b9ad7b96bd
Merge pull request #41778 from kplachkov/feature/fix_err_canceled
|
4 年之前 |
Sebastiaan van Stijn
|
b92be7e297
client: S1031: unnecessary nil check around range (gosimple)
|
4 年之前 |
Kostadin Plachkov
|
cd40eb89ae
Fix client request error handling
|
4 年之前 |
Evgeniy Makhrov
|
8ccb46a521
Check for context error that is wrapped in url.Error
|
5 年之前 |
Sebastiaan van Stijn
|
dabc7cdb56
client: use constants for http methods
|
5 年之前 |
Kir Kolyshkin
|
6392e765ac
client: remove put()
|
6 年之前 |
Nick Adcock
|
1a5dafb31e
Improve readability of Windows connect error
|
6 年之前 |
Sebastiaan van Stijn
|
b26aa97914
Add client.WithAPIVersionNegotiation() option
|
6 年之前 |
Sebastiaan van Stijn
|
2a9c987e5a
Move httputils error helpers to errdefs package
|
6 年之前 |
Sebastiaan van Stijn
|
38e6d474af
client: return rich / errdefs errors
|
6 年之前 |
Sebastiaan van Stijn
|
7e7e100be0
Add HEAD support for /_ping endpoint
|
6 年之前 |
Sebastiaan van Stijn
|
744940056d
client/request: wrap some errors
|
6 年之前 |
Brian Goff
|
3e5b9cb466
Use net/http instead of x/ctxhttp
|
6 年之前 |
Akihiro Suda
|
1db4be0c32
client: use io.LimitedReader for reading HTTP error
|
6 年之前 |
Kir Kolyshkin
|
7d62e40f7e
Switch from x/net/context -> context
|
7 年之前 |
Daniel Nephin
|
0a91ba2d8c
Remove duplicate calls for getting an APIClient
|
7 年之前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年之前 |
Daniel Nephin
|
81bb9978ab
Cleanup client not found errors.
|
7 年之前 |
Brian Goff
|
27ef09a46f
Set ping version even on error
|
8 年之前 |
yuexiao-wang
|
16233eb055
Fix the inconsistent function name for client
|
8 年之前 |
John Howard
|
9182cf1a8d
Bump API to v1.26
|
8 年之前 |
Victor Vieux
|
e98e4a7111
always add but hide experimental cmds and flags
|
8 年之前 |
Daniel Nephin
|
d32ffb72b7
Refactor client/request
|
8 年之前 |
John Howard
|
dcd242d8a2
Windows: Hint to run client elevated
|
8 年之前 |
Stephen J Day
|
401778b7e2
client: deterministically resolve http scheme
|
8 年之前 |
Aaron Lehmann
|
9bd8c1d332
Merge pull request #26804 from stevvooe/clear-tlsconfig-unix-socket
|
8 年之前 |
Sean Rodman
|
bec07890aa
Updated the client/request.go sendClientRequest method to return a PermissionDenied error if the connection failed due to permissions.
|
8 年之前 |