[erlang-questions] URL parsing and construction

Christian S chsu79@REDACTED
Tue Apr 8 08:04:46 CEST 2008


Undocumented inside otp:

2> http_uri:parse("http://l:p@host:123/goo?foo=baz").
{http,"l:p","host",123,"/goo","?foo=baz"}



More information about the erlang-questions mailing list