X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_object.h;h=262a202ae4fd39e6c9b2d85f88592879cb854dfc;hp=93c6b3627d7b1a66437fe7c513e9eff63c911ca6;hb=ad5f896b03adaa073134a00108a9cdf00720673a;hpb=ef504c97eb98ff93e63d32452aca0684ed3c514a diff --git a/php_http_request_object.h b/php_http_request_object.h index 93c6b36..262a202 100644 --- a/php_http_request_object.h +++ b/php_http_request_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2007, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -99,6 +99,8 @@ PHP_METHOD(HttpRequest, getRequestMessage); PHP_METHOD(HttpRequest, getRawRequestMessage); PHP_METHOD(HttpRequest, getHistory); PHP_METHOD(HttpRequest, clearHistory); +PHP_METHOD(HttpRequest, getMessageClass); +PHP_METHOD(HttpRequest, setMessageClass); PHP_METHOD(HttpRequest, factory); #endif