cainus / urlgrey

url manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uri should include protocol and host!

cainus opened this issue · comments

eg.:

req.uri = urlgrey(protocol + '://' + req.headers.host + req.url);