blob: fc88527b54f5f47e97191697bcf3dfe9ddc7c297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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)
- 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
WWW: http://pear.php.net/package/HTTP_Download/
|