about summary refs log tree commit diff
path: root/urls.go
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13 fix urls: Escape values in URLsVincent Ambo1-6/+24
For usernames and passwords containing special characters the URL parameters must be escaped. Because the entire URI is just query parameters I've opted for using net/url.Values for the entire URI. Fixes #1
2017-02-11 feat: Initial working implementationVincent Ambo1-0/+19