| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libmicrohttpd | Distribution: CentOS |
| Version: 1.0.0 | Vendor: CentOS |
| Release: 2.el10 | Build date: Mon Jun 24 21:01:38 2024 |
| Group: Unspecified | Build host: s390-06.stream.rdu2.redhat.com |
| Size: 296452 | Source RPM: libmicrohttpd-1.0.0-2.el10.src.rpm |
| Packager: builder@centos.org | |
| Url: http://www.gnu.org/software/libmicrohttpd/ | |
| Summary: Lightweight library for embedding a webserver in applications | |
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 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 * Support for IPv6 * Support for incremental processing of POST data * Creates binary of only 25k (for now) * Three different threading models