Download List

Descripción del Proyecto

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 Requirements

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.

2013-02-06 09:58 Back to release list
0.9.25

Esta versión permite crear respuestas con cero bytes usando MHD_create_response_from_callback.

Se han añadido unas declaraciones "const" para permitir mantener cadenas más estáticas en ROM.

El código ha sido modificado para que funcione con PlibC 0.1.7 en Windows.

El postprocesador ahora tolera cargas que no contienen"
"y también devuelve las llaves que no tienen un valor coincidente.
Tags: Minor bugfixes, Stable
This release allows creating responses with zero bytes using
MHD_create_response_from_callback.

A few "const" statements have been added to allow keeping more static strings in ROM.

The code has been modified to work with PlibC 0.1.7 on Windows.

The post processor now tolerates uploads which don't contain "\r\n" and also returns
keys which don't have a matching value.

Project Resources