X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_response_object.h;h=60a5be011e96508ac1e2ee7e40cb9708db1ce7b9;hp=6472a318235ce51c72d2b57e69104b79a96c204b;hb=a673ef718611fe1a7c8a4c61b2f4c97fc06efc2d;hpb=efad267ce4b49489b03022d7decd94dcf244e71e;ds=sidebyside diff --git a/php_http_response_object.h b/php_http_response_object.h index 6472a31..60a5be0 100644 --- a/php_http_response_object.h +++ b/php_http_response_object.h @@ -39,6 +39,7 @@ PHP_METHOD(HttpResponse, setContentDisposition); PHP_METHOD(HttpResponse, getContentDisposition); PHP_METHOD(HttpResponse, setContentType); PHP_METHOD(HttpResponse, getContentType); +PHP_METHOD(HttpResponse, guessContentType); PHP_METHOD(HttpResponse, setCache); PHP_METHOD(HttpResponse, getCache); PHP_METHOD(HttpResponse, setCacheControl);