[ 源代码: libmicrohttpd ]
软件包: libmicrohttpd12 (0.9.75-3ubuntu1)
libmicrohttpd12 的相关链接
Trisquel 的资源:
下载源码包 libmicrohttpd:
- [libmicrohttpd_0.9.75-3ubuntu1.dsc]
- [libmicrohttpd_0.9.75.orig.tar.xz]
- [libmicrohttpd_0.9.75-3ubuntu1.debian.tar.xz]
维护者:
Original Maintainer:
- Daniel Baumann
外部的资源:
- 主页 [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.34)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgnutls30 (>= 3.7.2)
- GNU TLS library - main runtime library