Introduction - If you have any usage issues, please Google them yourself
HTTP Proxy Client is the small set of libraries and scripts, which
provides transparent access to Internet via HTTP proxy for programs,
which uses TCP/IP for communication.
The list of programs includes: telnet, ftp, ssh, cvs, smth
else? Project implements dynamic library, that can be preloaded before
program run. The library substitutes some system calls (connect(),
gethostbyaddr(), gethostbyname()), with calls, which makes TCP/IP
connection through HTTP proxy. This allows client programs behind HTTP
proxy work with Internet without limitations.