issues
search
mrkkrp
/
modern-uri
Modern library for working with URIs
Other
68
stars
18
forks
source link
Store if we have absolute or relative path in ‘URI’
#2
Closed
mrkkrp
closed
7 years ago
mrkkrp
commented
7 years ago
TODO:
[x] Test the
isPathAbsolute
function.
[x] Test explicitly how we escape query string.
[x] Test explicitly how we escape path pieces.
[x] Test how we escape first path piece when it's part of a relative path.
[x] Test how we escape first path piece with it's not part of a relative path.
TODO:
isPathAbsolute
function.