Concatenates the status code and the message into a string.
assert(Status(200, "OK").toString() == "200 OK");
See Implementation
Concatenates the status code and the message into a string.