dot-xx
A personal collection of small C++ modules
|
HTTP server exception types. More...
#include <errno.h>
import std.compat;
import std;
Classes | |
struct | dxx::http::Errno |
struct | dxx::http::ServerError |
Exception class that supports construction from a format-like args and automatic errno capture in the message. More... | |
struct | dxx::http::StreamError |
struct | dxx::http::RequestError |
HTTP server exception types.