aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/client/client.go
Commit message (Expand)AuthorAge
* Normalize URL query string before executing HTTP requestsGravatar Frédéric Guillot2019-12-26
* Make HTTP Client timeout and max body size configurableGravatar Frédéric Guillot2019-06-02
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
* Use canonical importsGravatar Frédéric Guillot2018-08-24
* Update user agent with new website URLGravatar Frédéric Guillot2018-07-28
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
* Disable keep-alive for HTTP clientGravatar Frédéric Guillot2018-06-19
* Close HTTP response body even for failed requestsGravatar Frédéric Guillot2018-06-19
* Make sure to close request body in HTTP clientGravatar Frédéric Guillot2018-04-29
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28