Converts a string representation of a URL into an object of class
url
.
static url from_string( const char * s, boost::system::error_code & ec);
Parameters
URL string to be parsed into its components.
Error code set to indicate the reason for failure, if any.
Return Value
A url
object corresponding
to the specified string.