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.
1 parent a0646f6 commit d526342Copy full SHA for d526342
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