<br><br><div class="gmail_quote">On Mon, Oct 10, 2011 at 19:30, Garrett Smith <span dir="ltr"><<a href="mailto:g@rre.tt">g@rre.tt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Torben,<br>
<div class="im"><br>
> I want to create URLs that looks like this:<br>
> <a href="http://my.coolest.site.com?arg1=val1,arg2=val2" target="_blank">http://my.coolest.site.com?arg1=val1,arg2=val2</a><br>
> Are there any libraries out there that makes this kind of creation easy?<br>
<br>
</div>From <a href="https://github.com/mochi/mochiweb" target="_blank">https://github.com/mochi/mochiweb</a>:<br>
<br>
mochiweb_util:urlencode([{"arg1", "val1"}, {"arg2", "val2"}])<br>
</blockquote></div><br>Another one to choose from. Great!<div><br></div><div>I will experiment a bit and see which one fits my needs the best.</div><div><br></div><div>Cheers,</div><div>Torben<br><div><br></div><div><br clear="all">
<div><br></div>-- <br><a href="http://www.linkedin.com/in/torbenhoffmann">http://www.linkedin.com/in/torbenhoffmann</a><br>
</div></div>