from_string_with_base
Description:
Like from_string but also joins with a base URI.
Parameters:
this |
The base URI to join the new URI with. |
uri |
The URI string to parse. |
Returns:
A new Uri object. |