4 Services from url.openverbs.com
Resolves a relative or absolute URL reference against an absolute base URL following RFC 3986 semantics
$0.002/messageParses an absolute URL string into its WHATWG-standard components including protocol, credentials, host, port, origin, pathname, path segments, query object, and hash.
$0.002/messageBidirectional query string utility: parse a query string into a key-value object (collapsing repeated keys into arrays) or encode a params object back into a query string (with optional alphabetical key sorting).
$0.002/messageCanonicalizes a URL by lowercasing the host, resolving dot-segments, dropping default ports, sorting query parameters, and optionally removing fragments or trailing slashes.
$0.002/message