http\Env::parseParams()
[m6w6/ext-http] / php_http_neon.h
1 #ifndef PHP_HTTP_NEON_H
2 #define PHP_HTTP_NEON_H
3
4 php_http_request_ops_t *php_http_neon_get_request_ops(void);
5
6 PHP_MINIT_FUNCTION(http_neon);
7 PHP_MSHUTDOWN_FUNCTION(http_neon);
8
9 extern zend_class_entry *php_http_neon_class_entry;
10 extern zend_function_entry php_http_neon_method_entry[];
11
12 #define php_http_neon_new php_http_object_new
13
14 PHP_METHOD(HttpNEON, __construct);
15
16 #endif /* PHP_HTTP_NEON_H */