Skip to content
spaceone edited this page May 11, 2015 · 1 revision

Welcome to the httoop wiki!

The httoop library is already successfuly in use by the circuits.http project. It implements a HTTP server and client with an poweful event driven asychronous API. If supports HTTP message pipelining. See the examples on how to use it: server examples client examples.

As the next steps it is planned to further develop circuits.http routing and resource components to implement HTTP compilant (=REST) classes. After this, I will investigate time into implementing Cache and Proxy components.

The API of httoop is still in development, there will be slightly changes in the future until httoop/1.0 is released.

Clone this wiki locally