
Libevent's http interface was created as a jit server, never meant to be a full-fledged http service. this library attempts to improve on that with the following features:
+ design as a fully functional http server
+ http parser able to process data with a low memory footprint
+ use of regular expressions for routing
+ out-of-the box https server
this package contains the runtime library.