libmicrohttpd 1.0.0-ok1 source package in openKylin
Changelog
libmicrohttpd (1.0.0-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 27 Mar 2024 03:46:41 +0800
libmicrohttpd (1.0.0-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 27 Mar 2024 03:46:41 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Nile.bedrock | proposed | main | libs |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libmicrohttpd_1.0.0.orig.tar.gz | 2.1 MiB | a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96 |
| libmicrohttpd_1.0.0.orig.tar.gz.asc | 854 bytes | 6f7a7cebd0fb989605f32d2f11e783a714d690dc8a46aca2e78f1835c4b8f513 |
| libmicrohttpd_1.0.0-ok1.debian.tar.xz | 11.6 KiB | b091199d2e2d1b90ab3a7e6542e98647cb5fd195542f06f2da21386f0f82e863 |
| libmicrohttpd_1.0.0-ok1.dsc | 2.3 KiB | 2034f189d167cabaf71017a03436cbe17016efbdec5f7ab3067b37f1dba84cb1 |
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application.
.
This package contains the development files.
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
GNU 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
* Four different threading models (select, poll, pthread, thread pool)
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data (optional)
* Support for basic and digest authentication (optional)
* Support for SSL3 and TLS