Function httpStatusText
Returns a standard text description of the specified HTTP status code.
string httpStatusText
(
int code
) pure nothrow @nogc @safe;
Returns a standard text description of the specified HTTP status code.
string httpStatusText
(
int code
) pure nothrow @nogc @safe;