[erlang-questions] URL parsing and construction
Bob Ippolito
bob@REDACTED
Mon Apr 7 16:59:48 CEST 2008
There's some functions in mochiweb's mochiweb_util module, see
urlunsplit/1 and unquote/1
http://code.google.com/p/mochiweb/
http://mochiweb.googlecode.com/svn/trunk/src/mochiweb_util.erl
2008/4/7 Michael T. Richter <ttmrichter@REDACTED>:
>
> I've tried googling for this right down to site searches, but I can't seen
> to find any (current) library for ripping apart URLs and reassembling them
> for Erlang. I know about the http module, but it doesn't fit what I need to
> do, and I know about www_tools, but it doesn't work with the latest version
> of Erlang/OTP. Am I overlooking something obvious (or inobvious) in the
> libraries or is this a hole I have to fill myself?
>
>
> --
> Michael T. Richter <ttmrichter@REDACTED> (GoogleTalk:
> ttmrichter@REDACTED)
> I'm not schooled in the science of human factors, but I suspect surprise is
> not an element of a robust user interface. (Chip Rosenthal)
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list