Download List

项目描述

GNU libmicrohttpd is a small C library for embedding HTTP server functionality into other applications. It is reentrant, fast, supports HTTP 1.1, and permits listening on multiple ports. The API is simple and still powerful enough to allow programmers to use the entire HTTP feature set. SSL/TLS support is available as an option.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-24 07:25 Back to release list
0.9.18

此版本修复了若干小 bug。尤其是,在某些情况下不及格摘要式身份验证 (nonce 计数 > = 10 或获取具有 URL 参数)。此外,在 MHD_get_timeout 中未初始化的变量可能导致不正确的 (低) 超时值将返回。套接字,现非阻塞为 OS X,避免同时在网络 I/O 上等待挂上的 SSL 连接。有关如何使用身份验证 Api 以及如何使用双栈支持运行 MHD 的文档被改进了。
标签: Stable, Minor bugfixes
This release fixes several minor bugs. In particular, digest authentication was failing under certain circumstances (nonce count >= 10 or GETs with URL arguments). Furthermore, an uninitialized variable in MHD_get_timeout could cause incorrect (low) timeout values to be returned. Sockets are now non-blocking for SSL connections on OS X to avoid hanging while waiting on network I/O. The documentation on how to use authentication APIs and how to run MHD with dual-stack support was improved.

Project Resources