shared/url library
Functions
-
assertSameOrigin(
String url, String apiUrl, String parameterName) → void -
Throws unless
urlpoints at the same origin asapiUrl. -
joinPath(
String base, List< String> segments) → String -
Appends
segmentstobase, encoding each one and collapsing the separators so a trailing slash onbasecannot produce an empty path segment.