(no description)
File Size: | 160 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Response:: (6 methods):
__construct()
getStatusCode()
getReasonPhrase()
withStatus()
assertStatusCodeIsInteger()
assertStatusCodeRange()
__construct(int $status = 200,array $headers = [],$body = null,string $version = '1.1',string $reason = null) X-Ref |
param: int $status Status code param: array<string, string|string[]> $headers Response headers param: string|resource|StreamInterface|null $body Response body param: string $version Protocol version param: string|null $reason Reason phrase (when empty a default will be used based on the status code) |
getStatusCode() X-Ref |
No description |
getReasonPhrase() X-Ref |
No description |
withStatus($code, $reasonPhrase = '') X-Ref |
No description |
assertStatusCodeIsInteger($statusCode) X-Ref |
param: mixed $statusCode |
assertStatusCodeRange(int $statusCode) X-Ref |
No description |