Documentation

SendBodyStrategy
in package
implements ResponseStrategyInterface

FinalYes

Response strategy that emits only the response body.

Tags
author

Daniel Schulz

since
2018-04-17

Table of Contents

Interfaces

ResponseStrategyInterface

Methods

__construct()  : mixed
process()  : void

Methods

__construct()

public __construct([string|null $destination = null ][, int|null $chunkSize = null ]) : mixed
Parameters
$destination : string|null = null
$chunkSize : int|null = null

process()

public process(ResponseInterface $response) : void
Parameters
$response : ResponseInterface
On this page

Search results