if you don't care about query parameters or fragme...
# squarelibraries
j
if you don't care about query parameters or fragments you can call
resolve()
with a relative or absolute path. if you do care about query parameters and/or fragments you would need to call
newBuilder()
and then manipulate the path using its API
💯 3