summaryrefslogtreecommitdiffstats
path: root/http/client/client.go
Commit message (Collapse)AuthorAgeFilesLines
* http/client -> clientsiddharth2022-05-081-30/+0
|
* http/client: update buildHeaderssiddharth2022-04-241-1/+1
| | | | Update user agent string
* http/client: update Getsiddharth2022-04-241-3/+1
| | | | Feed result of `buildHeaders` directly to `clienn.Do`
* http/client: update buildHeaderssiddharth2022-04-241-1/+2
| | | | Ensure header set line is < 80 columns.
* http/client: flesh out Getsiddharth2022-04-241-0/+31