summaryrefslogtreecommitdiff
path: root/client/request.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41778 from kplachkov/feature/fix_err_canceledAkihiro Suda2021-06-171-3/+8
|\
| * Fix client request error handlingKostadin Plachkov2021-05-291-3/+8
* | client: S1031: unnecessary nil check around range (gosimple)Sebastiaan van Stijn2021-06-101-4/+2
|/
* Check for context error that is wrapped in url.ErrorEvgeniy Makhrov2020-08-031-2/+1
* client: use constants for http methodsSebastiaan van Stijn2019-10-131-7/+7
* client: remove put()Kir Kolyshkin2019-09-181-9/+0
* Improve readability of Windows connect errorNick Adcock2019-08-201-1/+7
* Add client.WithAPIVersionNegotiation() optionSebastiaan van Stijn2019-04-101-1/+1
* Move httputils error helpers to errdefs packageSebastiaan van Stijn2019-03-161-3/+3
* client: return rich / errdefs errorsSebastiaan van Stijn2019-03-161-2/+4
* Add HEAD support for /_ping endpointSebastiaan van Stijn2019-01-311-11/+15
* client/request: wrap some errorsSebastiaan van Stijn2018-12-311-5/+5
* Use net/http instead of x/ctxhttpBrian Goff2018-10-161-2/+2
* client: use io.LimitedReader for reading HTTP errorAkihiro Suda2018-10-111-1/+9
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-4/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Cleanup client not found errors.Daniel Nephin2017-09-111-1/+1
* Set ping version even on errorBrian Goff2017-06-291-27/+42
* Fix the inconsistent function name for clientyuexiao-wang2016-12-021-3/+3
* Bump API to v1.26John Howard2016-11-141-1/+1
* always add but hide experimental cmds and flagsVictor Vieux2016-11-081-0/+3
* Refactor client/requestDaniel Nephin2016-10-311-34/+44
* Windows: Hint to run client elevatedJohn Howard2016-10-141-0/+14
* client: deterministically resolve http schemeStephen J Day2016-10-111-5/+3
* Merge pull request #26804 from stevvooe/clear-tlsconfig-unix-socketAaron Lehmann2016-10-111-6/+2
|\
| * client: pedantic checking of tlsconfigStephen J Day2016-09-271-6/+2
* | Updated the client/request.go sendClientRequest method to return a Permission...Sean Rodman2016-10-031-0/+9
|/
* client: remove transport packageStephen J Day2016-09-191-5/+12
* client: don't hide context errorsStephen J Day2016-09-081-1/+3
* Move engine-api client packageMichael Crosby2016-09-071-0/+208