a context object representing the global initialization of the nexus QUIC/HTTP library,...
Definition: context.hpp:19
void shutdown()
perform global shutdown of an initialized context
Definition: context.hpp:49
context & operator=(context &&o) noexcept
move assign, swapping ownership with another context
Definition: context.hpp:30
void log_to_stderr(const char *level)
enable log output to stderr, where the log level is one of: emerg, alert, crit, error,...
~context()
perform global shutdown if initialized
Definition: context.hpp:35
context() noexcept
construct an uninitialized context
Definition: context.hpp:26
context(context &&o) noexcept
move construct, claiming ownership of another context's cleanup
Definition: context.hpp:28