Urdl C++ Library

PrevUpHomeNext
url::from_string

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

static url from_string(
    const char * s);
  » more...

static url from_string(
    const char * s,
    boost::system::error_code & ec);
  » more...

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

static url from_string(
    const std::string & s,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext