url/url_absolute_utils library

Functions

isAbsoluteUrl(String url) bool
Is absolute URL / is relative path. Roadmap #174.
isRelativePath(String path) bool
Whether path is a relative path (no leading / and no drive letter).