Checks if a URL string can be parsed with a base URL. Both input and base must be null-terminated C strings (ASCII or UTF-8).
The URL string to check.
The length of the input string.
The base URL string.
The length of the base URL string.
true if the URL can be parsed, false otherwise.
See Implementation
Checks if a URL string can be parsed with a base URL. Both input and base must be null-terminated C strings (ASCII or UTF-8).