- vastly simplified curl api and renamed it to request api (not completely finished)
[m6w6/ext-http] / php_http_request_object.h
index 9af6e8bc84ca9d56ca282d8b9100057497b392e3..a8458576f884a19ae01d698b372500861a8c3232 100644 (file)
@@ -34,12 +34,6 @@ typedef struct {
        phpstr response;
 } http_request_object;
 
-typedef enum {
-       HTTP_GET = 1,
-       HTTP_HEAD,
-       HTTP_POST,
-} http_request_method;
-
 extern zend_class_entry *http_request_object_ce;
 extern zend_function_entry http_request_object_fe[];