Method |
Description |
|
__construct ( Generator $codec, Client $client ) |
|
|
__debugInfo ( ) : array |
|
|
addHeader ( string $field, string $value ) : aerys\Response |
{@inheritDoc} |
|
end ( string $finalBody = null ) |
Signify the end of streaming response output |
|
flush ( ) |
Request that any buffered data be flushed to the client |
|
push ( string $url, array $headers = null ) : aerys\Response |
{@inheritDoc} |
|
setCookie ( string $name, string $value, array $flags = [] ) : aerys\Response |
{@inheritDoc} |
|
setHeader ( string $field, string $value ) : aerys\Response |
{@inheritDoc} |
|
setReason ( string $phrase ) : aerys\Response |
{@inheritDoc} |
|
setStatus ( integer $code ) : aerys\Response |
{@inheritDoc} |
|
state ( ) : integer |
{@inheritDoc} |
|
stream ( string $partialBody ) : Amp\Promise |
Stream partial entity body data |
|