Set the client used to transport the request
ClientInterface $client:
RequestInterface
Overrides RequestInterface::setClient
public function setClient(ClientInterface $client) { $this->client = $client; return $this; }