Property | Type | Description | |
---|---|---|---|
$data | |||
$headers | blink\http\HeaderBag | ||
$httpStatuses | |||
$statusCode | |||
$statusText | |||
$version |
Property | Type | Description | |
---|---|---|---|
$content | |||
$prepared |
Method | Description | |
---|---|---|
content ( ) : string | Gets the raw response content. | |
getCookies ( ) : |
Returns the cookies that should be sent with the response. | |
init ( ) | ||
prepare ( ) | Prepare the response to ready to send to client. | |
redirect ( $url, integer $statusCode = 302 ) | Redirects to the specified url. | |
status ( $code, $text = null ) | ||
with ( $data ) |
public getCookies ( ) : |
||
return |