C嵌入式 HTTP 服務器,GNU libmicrohttpd 0.9.28 發布

jopen 11年前發布 | 8K 次閱讀 GNU libmicrohttpd

GNU libmicrohttpd 是一個小型的嵌入式 HTTP 服務器 的 C 類庫,支持 HTTP 1.1 可以同時偵聽多個端口。

  • 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)
  • Supported platforms include GNU/Linux, FreeBSD, OpenBSD, NetBSD, OS X, W32, Symbian and z/OS
  • 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 (requires libgcrypt and libgnutls, optional)
  • Binary is only about 32k (without TLS/SSL support and other optional features)
  • </ul>

    發布說明:此版本增加的支持的基于epoll事件循環(僅限Linux),增加了各種新的選項(MHD_USE_DUAL_STACK同時在IPv4與IPv6結合。MHD_USE_PIPE_FOR_SHUTDOWN to cleanly support MHD_quiesce_daemon on non-Linux systems, MHD_CONNECTION_INFO_CONNECTION_FD to allow COMET applications to disable TCP Nagle, MHD_OPTION_CONNECTION_MEMORY_INCREMENT for better control over buffer size allocations), and fixes various minor bugs.

     本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
     轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
     本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!