dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
errors.xx File Reference
module dxx.http

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

Detailed Description

HTTP server exception types.