aboutsummaryrefslogtreecommitdiffhomepage
path: root/url
Commit message (Collapse)AuthorAge
* Allow only absolute URLs in comments URLGravatar Frédéric Guillot2020-01-04
| | | | Some feeds are using invalid URLs (random text).
* Make sure whitelisted URI schemes are handled properly by the sanitizerGravatar Frédéric Guillot2020-01-02
|
* Normalize URL query string before executing HTTP requestsGravatar Frédéric Guillot2019-12-26
| | | | | | | - Make sure query strings parameters are encoded - As opposed to the standard library, do not append equal sign for query parameters with empty value - Strip URL fragments like Web browsers
* Improve unit tests in url packageGravatar Frédéric Guillot2018-10-12
|
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add more comments (GoDoc)Gravatar Frédéric Guillot2018-01-11
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02