Skip to content

Instantly share code, notes, and snippets.

@xandkar
Created August 1, 2014 21:11
Show Gist options
  • Select an option

  • Save xandkar/025cf963ed4b53d8529f to your computer and use it in GitHub Desktop.

Select an option

Save xandkar/025cf963ed4b53d8529f to your computer and use it in GitHub Desktop.
http_uri:parse/1 is mildly retarded
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