Http.status

Gets and sets the status of the request/response. The value can be one of the enum StatusCodes or a custom status using the Status struct.

class Http
Status status;

Meta