We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0646f6 + d526342 commit 0af4888Copy full SHA for 0af4888
src/Task/RequestTask.php
@@ -107,6 +107,7 @@ public function execute(ProcessState $state): void
107
[
108
'client' => $options['client'],
109
'options' => $options,
110
+ 'request_options' => $requestOptions,
111
'message' => $e->getMessage(),
112
'raw_headers' => $response->getHeaders(false),
113
'raw_body' => $response->getContent(false),
0 commit comments