httpserver.h
HTTP server library
A single header C library for building event-driven non-blocking HTTP servers
Single header library for writing non-blocking HTTP servers in C
2k stars
35 watching
145 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ef-gy/cxxhttp | A C++ library implementing an asynchronous HTTP server and client. | 25 |
rstudio/httpuv | A C library for building HTTP and WebSocket servers in R | 229 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
tom-seddon/yhs | A small embeddable HTTP server for serving files and handling requests | 81 |
zhaojh329/libuhttpd | A lightweight and high-performance HTTP server library for embedded Linux systems. | 386 |
hisona/https_client | A lightweight C library for building HTTP and HTTPS clients using the mbedTLS library. | 123 |
apache/serf | A high-performance asynchronous HTTP client library | 27 |
easyhttp/easyhttp | An HTTP client library for C# providing support for common HTTP methods and features. | 982 |
stefh/netstandard.httplistener | A library that enables building HTTP servers on .NET Core and Universal Windows Platform. | 40 |
sony/easyhttpcpp | A cross-platform HTTP client library with features like caching and pooling. | 163 |
cemeyer/httpd.sh | A simple web server written in Bash using C APIs. | 117 |
davidmoreno/onion | An HTTP library that allows developers to create simple web servers and applications with SSL support. | 2,017 |
andrewlalis/handy-httpd | An HTTP server library for D that provides a lightweight and flexible way to create web servers. | 32 |
snwfdhmp/simplehttp | Serves local files over HTTP | 66 |
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |