- API juggling
[m6w6/ext-http] / php_http_response_object.h
index 9742061b6696c940988c695f525d2a1fd1ab72dc..b114538f6de90d62a165f0371710057c92fcc3ef 100644 (file)
@@ -49,6 +49,11 @@ PHP_METHOD(HttpResponse, setStream);
 PHP_METHOD(HttpResponse, getStream);
 PHP_METHOD(HttpResponse, send);
 PHP_METHOD(HttpResponse, capture);
+PHP_METHOD(HttpResponse, redirect);
+PHP_METHOD(HttpResponse, sendStatus);
+PHP_METHOD(HttpResponse, sendHeader);
+PHP_METHOD(HttpResponse, getRequestHeaders);
+PHP_METHOD(HttpResponse, getRequestBody);
 
 #endif
 #endif