X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.h;h=0d67f127d1fa7d6c9b39de8b65a7002970bc89d3;hp=315a6dba1d1ac91ca3cbdf97c3fccb500ca73333;hb=bd80b17b026a00a254ee8693cd7bacf1ebdec4cf;hpb=8d05291f42b3b42159b3fe91492aa4862f3d4405 diff --git a/php_http_headers.h b/php_http_headers.h index 315a6db..0d67f12 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -17,6 +17,15 @@ PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC); +zend_class_entry *php_http_header_get_class_entry(void); + +PHP_METHOD(HttpHeader, __construct); +PHP_METHOD(HttpHeader, serialize); +PHP_METHOD(HttpHeader, unserialize); +PHP_METHOD(HttpHeader, match); + +PHP_MINIT_FUNCTION(http_header); + #endif /*