X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=015e254f01207465ad18bcfcf98fdb99b8b4d603;hp=29972c2e5ac05f245a0367f6d576621df39bb50e;hb=13941ce7e1264e891630fc7f909bbd11a1282721;hpb=634720c4e1cac414707bbe0dba0a6c4e47f9e5d9 diff --git a/package.xml b/package.xml index 29972c2..015e254 100644 --- a/package.xml +++ b/package.xml @@ -13,8 +13,9 @@ (with 'on the fly' option for ETag generation from buffered output) * Sending data/files/streams with (multiple) ranges support * Negotiating user preferred language/charset -* Convenient request functions to HEAD/GET/POST if libcurl is available +* Convenient request functions built upon libcurl * HTTP auth hooks (Basic) +* PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpMessage ]]> PHP License 3.0 @@ -29,14 +30,19 @@ - 0.8.0dev - 2005-05-00 + 0.8.0 + 2005-06-06 beta @@ -59,10 +65,10 @@ php_http_api.h php_http_auth_api.h php_http_cache_api.h - php_http_curl_api.h php_http_date_api.h php_http_headers_api.h php_http_message_api.h + php_http_request_api.h php_http_send_api.h php_http_url_api.h php_http_util_object.h @@ -77,10 +83,10 @@ http_api.c http_auth_api.c http_cache_api.c - http_curl_api.c - http_Date_api.c + http_date_api.c http_headers_api.c http_message_api.c + http_request_api.c http_send_api.c http_url_api.c http_util_object.c