[ 原始碼: libmicrohttpd ]
套件: libmicrohttpd12 (0.9.59-1)
libmicrohttpd12 的相關超連結
Trisquel 的資源:
下載原始碼套件 libmicrohttpd:
- [libmicrohttpd_0.9.59-1.dsc]
- [libmicrohttpd_0.9.59.orig.tar.gz]
- [libmicrohttpd_0.9.59-1.debian.tar.xz]
維護者:
Original Maintainer:
- Bertrand Marc
外部的資源:
- 主頁 [www.gnu.org]
相似套件:
library embedding HTTP server functionality
GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish GNU Libmicrohttpd from other projects are:
* 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) * 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
其他與 libmicrohttpd12 有關的套件
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libgnutls30 (>= 3.5.6)
- GNU TLS library - main runtime library