-
Parse a URL: Parses a URL into its components like scheme, host, path, query, and fragment.
-
Build a URL from Components: Constructs a complete URL by combining base URL, path, and query parameters.
-
Resolve Relative URLs: Resolves a relative URL against a base URL to form an absolute URL.
-
URL Encoding: Encodes URL components to ensure they are properly formatted for inclusion in URLs.
For examples of each function, please checkout EXAMPLES.md