Spaces in url string are not being encoded by hackney
Open
- Dominant language
- Elixir
- Stars
- 2.3k
- Forks
- 349
- PR merge metrics
- No merged PRs in 30d
Description
Spaces in a url string should be converted to %20 when calling HTTPoison.get, but it appears that this is not happening.
example:
HTTPoison.get "http://api.openweathermap.org/data/2.5/weather?q=London, UK"
should convert url to:
http://api.openweathermap.org/data/2.5/weather?q=London,%20UK
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.