[erlang-questions] Creation of HTTP URLs with arguments

Garrett Smith g@REDACTED
Mon Oct 10 19:30:29 CEST 2011


Hi Torben,

> I want to create URLs that looks like this:
> http://my.coolest.site.com?arg1=val1,arg2=val2
> Are there any libraries out there that makes this kind of creation easy?

>From https://github.com/mochi/mochiweb:

mochiweb_util:urlencode([{"arg1", "val1"}, {"arg2", "val2"}])



More information about the erlang-questions mailing list