let the request be able to carry client options
[m6w6/ext-http] / php_http_client_curl.h
index 1b1f24b6ea3e5bcd5b32354b2f42f68a476b661f..b22e2664abc87c3b14a1a1ccf45ece734f35cdda 100644 (file)
@@ -28,6 +28,7 @@ typedef struct php_http_client_curl {
                php_http_buffer_t cookies;
 
                long redirects;
+               unsigned range_request:1;
 
                struct {
                        uint count;