Converts a string representation of a URL into an object of class
url
.
static url from_string( const char * s);
Parameters
URL string to be parsed into its components.
Return Value
A url
object corresponding
to the specified string.
Exceptions
Thrown when the URL string is invalid.