public sendCookies () Sends cookies to the client
public setStatusCode (mixed $code, [mixed $message]) Sets the HTTP response code
public resetHeaders () Resets all the stablished headers
public getContent () Gets the HTTP response body
public getStatusCode () Returns the status code
public isSent () Check if the response is already sent
public set (mixed $name, mixed $value) Sets a header to be sent at the end of the request
public get (mixed $name) Gets a header value from the internal bag
abstract public send () ...
public send () Sends the headers to the client
Page 6 of 7