Send an HTTP request.
array $options Request options to apply to the given: request and to the transfer. See \GuzzleHttp\RequestOptions.
GuzzleException
Overrides ClientInterface::send
public function send(RequestInterface $request, array $options = []) : ResponseInterface { $options[RequestOptions::SYNCHRONOUS] = true; return $this->sendAsync($request, $options) ->wait(); }