Urdl C++ Library

PrevUpHomeNext
read_stream::open

Opens the specified URL.

void open(
    const url & u);
  » more...

boost::system::error_code open(
    const url & u,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext