X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_info_api.h;h=d30cead87674380c13be27a2c3b61bedc8334ca8;hb=e6d36989f0650bf097b6909c41cdd20a1ffcd6af;hp=17f6a266ead8b090de21af2d8fc02ffc9bac3c99;hpb=e83a7438dc70ed96630887246a1d3aefcf155b1c;p=m6w6%2Fext-http diff --git a/php_http_info_api.h b/php_http_info_api.h index 17f6a26..d30cead 100644 --- a/php_http_info_api.h +++ b/php_http_info_api.h @@ -22,7 +22,7 @@ typedef struct { char *method; - char *URI; + char *url; } http_request_info; typedef struct {