[erlang-questions] URL normalization module

Tuncer Ayaz tuncer.ayaz@REDACTED
Fri Jan 29 12:45:53 CET 2010


On Fri, Jan 29, 2010 at 1:32 AM, Bob Ippolito wrote:
> Not that I'm aware of, but writing one should be pretty
> trivial.
> You can use urlsplit and urlunsplit from mochiweb_util
> to do most of the work.

for splitting you can also use http_uri:parse/1
from inets' http_client.

> On Thu, Jan 28, 2010 at 2:19 PM, zabrane Mikael wrote:
>> Hi,
>>
>> Is there a free to use URL normalization module which
>> respect the following process:
>> http://en.wikipedia.org/wiki/URL_normalization


More information about the erlang-questions mailing list