X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=68f8379dd84b75e1d44275a09961139993db02c2;hp=82d022da04f3c61d100acf5af874533a4536930d;hb=a19a05825d04d634834f7898ec1a5247fdd6095c;hpb=7dedd1935ab8400dfbd49fe63c83b74b0d0b68e6 diff --git a/package.xml b/package.xml index 82d022d..68f8379 100644 --- a/package.xml +++ b/package.xml @@ -8,12 +8,14 @@ * Building absolute URIs * RCF compliant HTTP redirects * RFC compliant HTTP date handling +* Parsing of HTTP headers and responses * Caching by "Last-Modified" and/or ETag (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 * HTTP auth hooks (Basic) +* HTTPi, HTTPi_Response and HTTPi_Request (with libcurl) classes ]]> PHP License 3.0 @@ -28,16 +30,11 @@ - 0.3.0 - 2005-02-xx + 0.6.0 + 2005-02-00 alpha URI." in http_redirect() for full RFC compliance - * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified +* added POST support to HTTPi_Request ]]> @@ -46,12 +43,20 @@ EXPERIMENTAL docs/functions.html + config.w32 config.m4 - http.c + php_http.h - http_api.c php_http_api.h + php_http_curl_api.h + + http.c + http_functions.c + http_methods.c + http_api.c + http_curl_api.c + http_build_query.c php_http_build_query.h