Parses a URL string with a base URL for relative URL resolution. Both input and base must be null-terminated C strings (ASCII or UTF-8).
The URL string to parse.
The length of the input string.
The base URL string.
The length of the base URL string.
An ada_url handle, which must be freed with ada_free.
See Implementation
Parses a URL string with a base URL for relative URL resolution. Both input and base must be null-terminated C strings (ASCII or UTF-8).