2005-01-19 11:42:15 +01:00
|
|
|
Provides an interface to easily send hidden files or any arbitrary data to
|
|
|
|
HTTP clients. HTTP_Download can gain its data from variables, files or
|
|
|
|
stream resources.
|
|
|
|
|
|
|
|
It features:
|
|
|
|
- Basic caching capabilities
|
|
|
|
- Basic throttling mechanism
|
|
|
|
- On-the-fly gzip-compression
|
|
|
|
- Ranges (partial downloads and resuming)
|
2005-04-03 00:13:15 +02:00
|
|
|
- Delivery of on-the-fly generated archives through Archive_Tar and Archive_Zip
|
|
|
|
- Sending of PgSQL LOBs without the need to read all data in prior to sending
|
2005-01-19 11:42:15 +01:00
|
|
|
|
|
|
|
WWW: http://pear.php.net/package/HTTP_Download/
|