X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=22a497271d6908164b1959cf26d43dabd25d6181;hp=65d62e1e701f49995d204871b8fd6100fd1a8d7c;hb=ea76053f1595a10c79735e36a51f54478ff15acf;hpb=6968eb8ac7ad68faefc1fc05b4d53389d004cf3c diff --git a/php_http_request_api.h b/php_http_request_api.h index 65d62e1..22a4972 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -41,6 +41,11 @@ typedef struct _http_request_t { struct curl_slist *headers; } _cache; + struct { + uint count; + double delay; + } _retry; + char _error[CURL_ERROR_SIZE+1]; zval *_progress_callback;