mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:04:22 +02:00
HTTPRequest: Replace getInfo() with new parameter 'content_length'
This commit is contained in:
parent
1a42f35a3c
commit
f3cd973cbe
7 changed files with 15 additions and 30 deletions
|
@ -75,6 +75,7 @@ interface IHTTPRequest
|
|||
* 'nobody' => only return the header
|
||||
* 'cookiejar' => path to cookie jar file
|
||||
* 'header' => header array
|
||||
* 'content_length' => int maximum File content length
|
||||
*
|
||||
* @return IHTTPResult
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue