Created
August 1, 2014 21:11
-
-
Save xandkar/025cf963ed4b53d8529f to your computer and use it in GitHub Desktop.
http_uri:parse/1 is mildly retarded
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4> http_uri:parse("http://photos.example.net/photos?size=original&file=vacation.jpg"). | |
| {ok,{http,[],"photos.example.net",80,"/photos", | |
| "?size=original&file=vacation.jpg"}} | |
| 5> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment