aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/client/response.go
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 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
* Use canonical importsGravatar Frédéric Guillot2018-08-24
* Add specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28