...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Set the option value.
template<
class Option>
void
set_option(
Option opt);
» more...
Set the timeout option.
void
set_option(
timeout const& opt);
» more...
Set the permessage-deflate extension options.
void
set_option(
permessage_deflate const& o);
» more...