simple escape/quotes support for the params parser
[m6w6/ext-http] / php_http_headers.h
index 315a6dba1d1ac91ca3cbdf97c3fccb500ca73333..238efb6bd4cb55daf496374d1c72bd1507b8cdb1 100644 (file)
 
 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_METHOD(HttpHeader, negotiate);
+PHP_METHOD(HttpHeader, getParams);
+PHP_METHOD(HttpHeader, parse);
+
+PHP_MINIT_FUNCTION(http_header);
+
 #endif
 
 /*