Updates the cookie jar from a Response object.
public function updateFromResponse(Response $response, ?string $uri = null) : void { $this->updateFromSetCookie($response->getHeader('Set-Cookie', false), $uri); }