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