urljs
urljs copied to clipboard
Normalize port information
One thing that often comes up for our use case is normalizing default ports.
E.g. we'd like
URL.normalize('http://www.mysite.com:80/path')
to turn into
'http://www.mysite.com/path'
and
URL.normalize('https://www.mysite.com:443/path')
to turn into
'https://www.mysite.com/path'
Any plans for this?
No plans, this project should be considered deprecated.