Audio (332) Datatype (50) Demo (188) Development (562) Document (21) Driver (94) Emulation (143) Game (914) Graphics (479) Library (105) Network (218) Office (60) Utility (856) Video (65)
Total files: 4087
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Httphandler | Description: | HTTP: device for accessing web-hosted files | Download: | httphandler.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 86kb | Version: | 1.9 | Date: | 11 Mar 2007 | Author: | Chris Young | Submitter: | Chris Young | Email: | chris/unsatisfactorysoftware co uk | Homepage: | http://www.unsatisfactorysoftware.co.uk | Requirements: | dev/lib/zlibrary.lha (optional) | Category: | network/misc | Replaces: | network/misc/httphandler.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 2619 | | | Comments: | 2 | Snapshots: | 0 | Videos: | 0 | Downloads: | 513 (Current version) | | 805 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
* Allows access to web-hosted files via a virtual HTTP: device.
* Also supports secure sites with AmiSSL and a virtual HTTPS: device.
* Basic authentication supported using an addressing scheme like
"http://user:pass()www.domain.com"
* Supports Open(), Read(), Close() and Seek().
* Implements HTTP redirects (301,302,307) as soft-links - even works with
redirects that point to local files.
* Optionally supports gzip content-encoding for faster download times, if
z.library is installed.
* Will work through a proxy server.
* Can connect to HTTP services running on ports other than the default.
History:
1.9 (28.01.2007)
* Fixed Seek(), which I broke in some past version.
* Added proxy authentication (not tested). NB: You must now add http:// to the
start of your proxy server name!
1.8 (17.12.2006)
* Added basic authentication using http://user:pass()domain notation.
1.7 (07.09.2006)
* Fixed a memory leak on exit.
1.6 (30.08.2006)
* No longer accepts deflate encoding, as the specification has been
misinterpreted and, although I asked for gzip in preference, was still getting
headerless deflate data instead.
* Some files were being copied down incomplete, was affecting chunked zlib data
and zlib data with a content-length specified, fixed these and also removed the
EOF check as the server terminates the connection when EOF is reached, making
this code unnecessary.
1.5 (26.08.2006)
* Changed Startup variable parsing to that used for the v2 betas - timeout is
now configurable
* Added a custom packet 2050 to get the headers of a URL
* Now also supports 307 redirects
1.4 (29.07.2006)
* Added HTTPS support using AmiSSL v3
* Increased timeout to five seconds
1.3 (21.02.2006)
* z.library was still being used even if the interface didn't open
* bug meant that the timeout wasn't being set, now times out after three seconds
of inactivity
* removed most of the debugging output
* tidied up the source
1.2 (19.02.2006)
first release
-----BEGIN PGP MESSAGE-----
Version: 2.6.3in
iQB6AwUARfPU5rO1+24s2ZO5AQHuHwMog72sqT1ciXl38qn5FQv1APlOLRONg+kp
EP76baZJOtAc4R0viwg9vVv4BCyWaf0weLGGE4m4utN55OSLUSkHdnIiHpa7RHfv
wmgzyKSIgu9qTY2Wv9Fvgr0KxQsX8HTjdnSgftw=
=UBO5
-----END PGP MESSAGE-----
|