Name: | libmicrohttpd |
Epoch: | 1 |
Version: | 1.0.0 |
Release: | 3.el10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 312924 |
License: | LGPL-2.1-or-later AND (LGPL-2.1-or-later OR GPL-2.0-or-later WITH eCos-exception-2.0) AND GFDL-1.3-no-invariants-or-later |
RPM: |
libmicrohttpd-1.0.0-3.el10.aarch64.rpm
|
Source RPM: |
libmicrohttpd-1.0.0-3.el10.src.rpm
|
Build Date: | Mon Jan 27 2025 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/libmicrohttpd/ |
Summary: | Lightweight library for embedding a webserver in applications |
Description: | 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 |