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=229730a74c2686bdf501528cbe44a9421ccca61a;hpb=6cb8b71e819cbeef5bc5383a64452a36f56de17f 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);