X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=f1b991d18ce375c0a9200e205102752d28dfd59b;hp=010c0a249b2fcdd65042f544825be2e44f774f00;hb=c00621939ec351c74846b367765ddac4d3955eb9;hpb=01a7fd61aae8bfb11ce8cb1e39c0653511de665b diff --git a/http_functions.c b/http_functions.c index 010c0a2..f1b991d 100644 --- a/http_functions.c +++ b/http_functions.c @@ -682,6 +682,13 @@ PHP_FUNCTION(http_get_request_headers) * - cookies: array, list of cookies as associative array * like array("cookie" => "value") * - cookiestore: string, path to a file where cookies are/will be stored + * - resume: int, byte offset to start the download from; + * if the server supports ranges + * - maxfilesize: int, maximum file size that should be downloaded; + * has no effect, if the size of the requested entity is not known + * - lastmodified: int, timestamp for If-(Un)Modified-Since header + * - timeout: int, seconds the request may take + * - connecttimeout: int, seconds the connect may take * * * The optional third parameter will be filled with some additional information