URL Normalizer
Package:
Summary:
Normalize URLs according to RFC 3986
Groups:
Author:
Description:
This class can be used to normalize URLs according to RFC 3986.
It can take a given URL and may fix it to perform syntax based normalization.
Specifically it may lower the case hexadecimal codes of encoded characters, decode characters which are not reserved, removed unnecessary relative path segments, and lower case of the URL scheme and host name.
It can take a given URL and may fix it to perform syntax based normalization.
Specifically it may lower the case hexadecimal codes of encoded characters, decode characters which are not reserved, removed unnecessary relative path segments, and lower case of the URL scheme and host name.
Comments are closed.