1
0
Fork 0

HTTPRequest: Replace getInfo() with new parameter 'content_length'

This commit is contained in:
Philipp Holzer 2021-08-20 19:48:20 +02:00
commit 3c074ab315
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
7 changed files with 14 additions and 25 deletions

View file

@ -121,11 +121,6 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
return $this->url;
}
public function getInfo()
{
// TODO: Implement getInfo() method.
}
/** {@inheritDoc} */
public function isRedirectUrl()
{