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

This commit is contained in:
Philipp
2021-08-20 19:48:20 +02:00
parent 89f718ec72
commit 3c074ab315
7 changed files with 14 additions and 25 deletions
-6
View File
@@ -319,12 +319,6 @@ class CurlResult implements IHTTPResult
return $this->body;
}
/** {@inheritDoc} */
public function getInfo()
{
return $this->info;
}
/** {@inheritDoc} */
public function isRedirectUrl()
{