Status.toString

Concatenates the status code and the message into a string.

struct Status
string
toString
()

Examples

assert(Status(200, "OK").toString() == "200 OK");

Meta