X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=6791580e1d060f87780d5ceeeb41ecb3114e70b3;hp=29972c2e5ac05f245a0367f6d576621df39bb50e;hb=02d7d3888013b1def5167154974342bc7facaae5;hpb=634720c4e1cac414707bbe0dba0a6c4e47f9e5d9 diff --git a/package.xml b/package.xml index 29972c2..6791580 100644 --- a/package.xml +++ b/package.xml @@ -37,6 +37,7 @@ * added HttpMessage class and HttpException (PHP5 only) * added http.cache_log INI directive * http_chunked_decode() now silently passes through apparently not encoded data +* added throttling capability to http_send()/HttpResponse ]]> @@ -59,10 +60,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 +78,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