HTTPResponse.statusPhrase

The status phrase of the response

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

class HTTPResponse
@safe
string statusPhrase;

Meta