A Java library that provides accelerated downloads of HTTP/HTTPS URIs via the GET and POST methods. Works similar to download managers as requests are made in parallel and chunked for speed.
A comprehensive HTTP client library for Python, httplib2 supports many features left out of other HTTP libraries such as HTTPS, caching, keep-alive, compression, redirects and authentication. Downloads are handled from the project home page.
JETTY HAS MOVED TO ECLIPSE!!!!
The latest releases of Jetty are hosted from http://eclipse.org/jetty.
Jetty is an open-source project providing a HTTP server, HTTP client and javax.servlet container.
Flea2Flea is a pocket web server written in Java which enables ad-hoc peer-to-peer file sharing with anyone who has an http client (web browser). Files are only accessible while you are running Flea2Flea. You have absolute control.
The original intent was to make a pretty simple "connect and send" http client, it has since grown to include as much http 1.0 client capabilitlies (as defined in RFC 1945) as possible.
HTTPSession will provide a complete java library to manage HTTP client sessions. The features (will) include: cookie management, HTTP authentication, referer management, navigation history, refresh statements and HTTP redirections handling.
An extension of the Python Library module 'asynchat' to support highly scaleable HTTP clients. We intend to learn from, and use pieces of, the excellent 'httplib' module.