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

This reverts commit f3cd973c
This commit is contained in:
Philipp
2020-10-11 23:25:47 +02:00
parent 0449077126
commit 2e8ad098b9
7 changed files with 30 additions and 14 deletions
+5
View File
@@ -82,6 +82,11 @@ interface IHTTPResult
*/
public function getBody();
/**
* @return array
*/
public function getInfo();
/**
* @return boolean
*/