CLIENT
CLIENT = 'client'
$response : \GuzzleHttp\Psr7\Response
$request : \GuzzleHttp\Psr7\Request
setResponse(\GuzzleHttp\Psr7\Response $response)
Set the associated response
\GuzzleHttp\Psr7\Response | $response | Response |
getResponse() : \GuzzleHttp\Psr7\Response|null
Get the associated response object
setRequest(\GuzzleHttp\Psr7\Request $request)
Set the associated request
\GuzzleHttp\Psr7\Request | $request |
Loading…