X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_message_object.h;h=476f95c0c1a02f9c43356213f955c4cfee5750f6;hb=045c4a444346376a47c0d115829a647f21f7edb4;hp=4e4cd3837197f45f0a5ca33f896884abdbe6fa61;hpb=b23b4edaebd71ff76579b97f3ee353f43e83bd25;p=m6w6%2Fext-http diff --git a/php_http_message_object.h b/php_http_message_object.h index 4e4cd38..476f95c 100644 --- a/php_http_message_object.h +++ b/php_http_message_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2006, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -86,6 +86,8 @@ PHP_METHOD(HttpMessage, setHeaders); PHP_METHOD(HttpMessage, addHeaders); PHP_METHOD(HttpMessage, getType); PHP_METHOD(HttpMessage, setType); +PHP_METHOD(HttpMessage, getInfo); +PHP_METHOD(HttpMessage, setInfo); PHP_METHOD(HttpMessage, getResponseCode); PHP_METHOD(HttpMessage, setResponseCode); PHP_METHOD(HttpMessage, getResponseStatus);