kameloso.tables

Tables and enums of data used in various places.

Members

Enums

HTTPVerb
enum HTTPVerb

Enum of HTTP verbs.

Functions

getHTTPResponseCodeText
auto getHTTPResponseCodeText(uint code)

Returns the text associated with an HTTP response code.

Static variables

errnoMap
string[134] errnoMap;

Reverse mapping of errno values to their string names.

trueThenFalse
bool[2] trueThenFalse;

As the name suggests, a bool[2] with the values true, then false.

Meta