X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_headers.h;h=88a988a0192ec301fbbd08596395c22e9aa348ff;hp=238efb6bd4cb55daf496374d1c72bd1507b8cdb1;hb=18750f34ec9a9b16ffd07f54346136ca0f72e9a8;hpb=0327131cf87a5be32585fea1291178b60a359cbf diff --git a/php_http_headers.h b/php_http_headers.h index 238efb6..88a988a 100644 --- a/php_http_headers.h +++ b/php_http_headers.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2013, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -17,16 +17,12 @@ 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_HTTP_API void php_http_headers_to_callback(HashTable *headers, zend_bool crlf, php_http_pass_format_callback_t cb, void *cb_arg TSRMLS_DC); +PHP_HTTP_API void php_http_headers_to_string(php_http_buffer_t *str, HashTable *headers TSRMLS_DC); -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_HTTP_API zval *php_http_header_value_to_string(zval *header TSRMLS_DC); +PHP_HTTP_API zend_class_entry *php_http_header_class_entry; PHP_MINIT_FUNCTION(http_header); #endif