aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/client
Commit message (Expand)AuthorAge
* Normalize URL query string before executing HTTP requestsGravatar Frédéric Guillot2019-12-26
* Ignore invalid content typeGravatar Frédéric Guillot2019-09-18
* Make HTTP Client timeout and max body size configurableGravatar Frédéric Guillot2019-06-02
* Make UTF-8 the default encoding for XML feedsGravatar Peter De Wachter2019-01-02
* Ignore JSON feeds from EnsureUnicode()Gravatar Frédéric Guillot2018-12-12
* Update XML encoding regex to take single quotes into considerationGravatar Frédéric Guillot2018-12-12
* Make sure slice is not out of range when reading XML prologGravatar Frédéric Guillot2018-11-24
* Handle more encoding conversion edge casesGravatar Frédéric Guillot2018-10-29
* Simplify feed parser and format detectionGravatar Frédéric Guillot2018-10-14
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
* 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 specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
* 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