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

This commit is contained in:
Philipp
2020-10-09 20:52:52 +02:00
parent 1a42f35a3c
commit f3cd973cbe
7 changed files with 15 additions and 30 deletions
-5
View File
@@ -82,11 +82,6 @@ interface IHTTPResult
*/
public function getBody();
/**
* @return array
*/
public function getInfo();
/**
* @return boolean
*/