Urdl C++ Library

PrevUpHomeNext
url::from_string (3 of 4 overloads)

Converts a string representation of a URL into an object of class url.

static url from_string(
    const std::string & s);

Parameters

s

URL string to be parsed into its components.

Return Value

A url object corresponding to the specified string.

Exceptions

boost::system::system_error

Thrown when the URL string is invalid.


PrevUpHomeNext