X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_response_object.h;h=60c425790c67049a059747cd82e6dcd22a3aa0e4;hp=f5bff6b772f67595214e278634f46604495017c8;hb=b51b3809f61db4904df3b9c034bbde879732f0b9;hpb=32e91737086db53bb1fd9ed9f79d693c43ec459f diff --git a/php_http_response_object.h b/php_http_response_object.h index f5bff6b..60c4257 100644 --- a/php_http_response_object.h +++ b/php_http_response_object.h @@ -51,10 +51,6 @@ PHP_METHOD(HttpResponse, setStream); PHP_METHOD(HttpResponse, getStream); PHP_METHOD(HttpResponse, send); PHP_METHOD(HttpResponse, capture); -PHP_METHOD(HttpResponse, redirect); -PHP_METHOD(HttpResponse, status); -PHP_METHOD(HttpResponse, getRequestHeaders); -PHP_METHOD(HttpResponse, getRequestBody); #endif #endif