summaryrefslogtreecommitdiff
path: root/api/server/httputils/httputils.go
Commit message (Expand)AuthorAgeFilesLines
* api/server/httputils: move WriteJSON() together with ReadJSON()Sebastiaan van Stijn2022-04-111-0/+9
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-0/+30
* api/server/httputils: matchesContentType(): return error instead of loggingSebastiaan van Stijn2022-04-111-12/+9
* errdefs: move GetHTTPErrorStatusCode to api/server/httpstatusSebastiaan van Stijn2022-03-211-26/+0
* API: explicitely ignore unhandled errorsSebastiaan van Stijn2019-09-181-4/+4
* Move httputils error helpers to errdefs packageSebastiaan van Stijn2019-03-161-0/+26
* api/server, dockerversion: modify context keyKimMachineGun2018-08-221-4/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Merge pull request #35638 from cpuguy83/error_helpers2Yong Tang2018-01-151-16/+3
|\
| * Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
| * Add helpers to create errdef errorsBrian Goff2018-01-111-16/+3
* | Golint: don't use basic untyped string for context keySebastiaan van Stijn2018-01-151-1/+3
|/
* Remove string checking in API error handlingBrian Goff2017-08-151-3/+17
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Move some `api` package functions awayVincent Demeester2017-06-231-3/+12
* Move UAStringKey to dockerversion pkgTonis Tiigi2016-12-261-3/+0
* make each return explicitlyzteBill2016-11-171-6/+7
* api/server/httputils: compile with go < 1.7Antonio Murdaca2016-10-041-10/+0
* Disable HTML escaping for JSON strings in `docker inspect`Yong Tang2016-09-291-1/+3
* delete a function which isn't used in the projectYanqiang Miao2016-09-021-8/+0
* fix typosallencloud2016-06-021-1/+1
* Update code for latest engine-apiVincent Demeester2016-04-191-3/+2
* Pass upstream client's user agent through to registry on image pullsMike Goelzer2016-03-201-0/+3
* fix typosallencloud2016-03-061-2/+2
* Remove static errors from errors package.David Calavera2016-02-261-74/+0
* remove unnecessary logs from daemonLiu Hua2015-11-101-2/+0
* Separate API router from server.David Calavera2015-09-291-0/+180