X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_request.h;h=474114babf1e918213af4566ef0a7e3eb9c139c6;hp=2087f4de40d0d71966859a88b78a2b7bddc9dd7f;hb=refs%2Fheads%2Fv2.2.x;hpb=759c822dcd99fdf733399a5ed92dbea382ddc474 diff --git a/php_http_client_request.h b/php_http_client_request.h index 2087f4d..474114b 100644 --- a/php_http_client_request.h +++ b/php_http_client_request.h @@ -6,27 +6,14 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ #ifndef PHP_HTTP_CLIENT_REQUEST_H #define PHP_HTTP_CLIENT_REQUEST_H -zend_class_entry *php_http_client_request_get_class_entry(void); - -PHP_METHOD(HttpClientRequest, __construct); -PHP_METHOD(HttpClientRequest, setContentType); -PHP_METHOD(HttpClientRequest, getContentType); -PHP_METHOD(HttpClientRequest, setQuery); -PHP_METHOD(HttpClientRequest, getQuery); -PHP_METHOD(HttpClientRequest, addQuery); -PHP_METHOD(HttpClientRequest, setOptions); -PHP_METHOD(HttpClientRequest, getOptions); -PHP_METHOD(HttpClientRequest, addSslOptions); -PHP_METHOD(HttpClientRequest, setSslOptions); -PHP_METHOD(HttpClientRequest, getSslOptions); - +PHP_HTTP_API zend_class_entry *php_http_client_request_class_entry; PHP_MINIT_FUNCTION(http_client_request); #endif /* PHP_HTTP_CLIENT_REQUEST_H */