X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_client.h;h=fd77204fc6a53b772931b7ec36931f8486c20835;hb=5b02bc7e61e06418cac7871485c89dcabeee42db;hp=0edd1bb1d29d466652a5dc77d89c3b3e9a156c5b;hpb=c55db20a130d729ca8747346c5e5ab9fb52fd89d;p=m6w6%2Fext-http diff --git a/src/php_http_client.h b/src/php_http_client.h index 0edd1bb..fd77204 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -35,6 +35,7 @@ typedef struct php_http_client_enqueue { zend_fcall_info fci; zend_fcall_info_cache fcc; } closure; + php_http_message_object_t *request_obj; /* supplemental to request */ } php_http_client_enqueue_t; typedef struct php_http_client *(*php_http_client_init_func_t)(struct php_http_client *p, void *init_arg);