GNU libmicrohttpd - 嵌入式HTTP服务器的C语言库
jopen
12年前
GNU libmicrohttpd是一个小的C库,用于在其他应用程序中嵌入HTTP服务器功能。具有速度快,支持HTTP 1.1,并允许在多个端口上侦听。 API是简单的,但仍然强大到足以使程序员能够使用整个HTTP功能集。可选支持SSL / TLS。
- C library: fast and small
- API is simple, expressive and fully reentrant
- Implementation is HTTP 1.1 compliant
- HTTP server can listen on multiple ports
- Four different threading models (select, poll, pthread, thread pool)
- Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS
- Support for IPv6
- Support for SHOUTcast
- Support for incremental processing of POST data (optional)
- Support for basic and digest authentication (optional)
- Support for SSL3 and TLS (requires libgcrypt and libgnutls, optional)
- Binary is only about 32k (without TLS/SSL support and other optional features)