-
public class Url.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Url.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RelativeUrlfromDecodedPath(String path)Creates a RelativeUrl from a percent-decoded path. final Urlinvoke(String url)Creates a Url from its encoded string representation. -
-
Method Detail
-
fromDecodedPath
final RelativeUrl fromDecodedPath(String path)
Creates a RelativeUrl from a percent-decoded path.
-
-
-
-