HTTPServerResponseData.statusPhrase

The status phrase of the response

If no phrase is set, a default one corresponding to the status code will be used.

struct HTTPServerResponseData
protected @safe
string statusPhrase;

Meta