libmicrohttpd 0.1.1 (Default branch) |
|
|
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.
License: GNU Lesser General Public License (LGPL)
Changes:
This release fixes two minor bugs. Specifically, URL arguments
containing certain format strings were not parsed correctly, and
the HTTP response lacked the status message.
|