X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=8294b13cf3c2b363b44355ca93c9ef3aa8bbadcd;hp=fd925f69416975c0650484404ace860572f2da58;hb=79bfab50fb44032e89ce1a3bb0b0677a2612e7ff;hpb=af674f03c32f0f56b7f8c67e61c7e86b3ea23be5 diff --git a/php_http.h b/php_http.h index fd925f6..8294b13 100644 --- a/php_http.h +++ b/php_http.h @@ -56,7 +56,7 @@ typedef struct { } http_request_object; typedef enum { - HTTP_GET, + HTTP_GET = 1, HTTP_HEAD, HTTP_POST, } http_request_method;