Options are not forwarded to guzzle client
Opened this issue · 0 comments
damiendiels commented
I cannot set timeout option as options are not sent to guzzle client in send method
$response = $this->middlewareManager->peel($request, function(Request $request) use ($responseClass) {
try {
$response = $this->httpClient->send($request->newPsr7Request());