共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Onion HTTP server C library |
Onion HTTP server C library
|
1 | 0 | 727 |
贡献者 | 讨论 | 代码提交 |
onion is a lightweight library to help you create webservers in C programming language. These webservers may be a web application, a means of expanding your own application to give it web functionality or even a fully featured webserver.
The user can create new handlers that serve reading data from a file or creating them. However, there are many default handlers included to address the most frequently required needs.
Features SSL, PAM, django-like templates (otemplates), sessions, threads, i18n...