slackbuilds/libraries/libevhtp
Willy Sudiarto Raharjo 181902509f
libraries/libevhtp: Update .info.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-23 11:03:17 +07:00
..
README
libevhtp.SlackBuild
libevhtp.info libraries/libevhtp: Update .info. 2024-11-23 11:03:17 +07:00
slack-desc

README

Libevhtp was created as a replacement API for Libevent's current HTTP
API. The reality of libevent's http interface is that it was created
as a JIT server, meaning the developer never thought of it being used
for creating a full-fledged HTTP service. Infact I am under the
impression that the libevent http API was designed almost as an
example of what you can do with libevent. It's not Apache in a box,
but more and more developers are attempting to use it as so.

This project is no longer actively maintained as of June 2021.