Arachnida 1.2.00 (Default branch) |
|
|
Arachnida is an embeddable Web server. It uses the
OpenSSL library and consists of a small framework
for networking that allows you to asynchronously
accept and handle connections using a "new
connection handler" to handle new connections and
a "data handler" to handle incoming data. This
makes it possible to add support for any TCP/IP
based protocol by just adding a handler. A test
suite is included.
License: GNU General Public License v3
Changes:
This release adds Damos, an HTTP(s) client
library. Sending an HTTP request and receiving a
response is easy with this library. Documentation
has not yet been added for this feature, which was
released early at a client's request.
|