This interface represents a HTTP response.
setStatus($status)
Sets the HTTP status code.
The MessageInterface is the base interface that's used by both the RequestInterface and ResponseInter...
getStatus()
Returns the current HTTP status code.
getStatusText()
Returns the human-readable status string.