handy-httpd
Http server library
An HTTP server library for D that provides a lightweight and flexible way to create web servers.
Extremely lightweight HTTP server for D.
32 stars
5 watching
8 forks
Language: D
last commit: about 2 months ago
Linked from 1 awesome list
beginner-friendlydlanghttp-server
Related projects:
Repository | Description | Stars |
---|---|---|
ikod/dlang-requests | An HTTP client library inspired by Python's requests with native D implementation and goals of simplicity, performance, and small memory footprint. | 156 |
zhaojh329/libuhttpd | A lightweight and high-performance HTTP server library for embedded Linux systems. | 386 |
davidmoreno/onion | An HTTP library that allows developers to create simple web servers and applications with SSL support. | 2,017 |
nategood/httpful | A simple HTTP client library for PHP | 1,744 |
kriswallsmith/buzz | A lightweight HTTP client library with support for multiple protocols and features such as batch requests and HTTP2 server push. | 1,918 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
huntlabs/hunt-http | A flexible performant HTTP server and client library for D Programming Language | 31 |
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |
abdul/as3httpclient | An HTTP client library for ActionScript 3.0 that provides support for authentication and different status messages. | 6 |
amphp/http-server | An advanced async HTTP server library for PHP designed to handle high concurrency demands. | 1,291 |
jeremycw/httpserver.h | A single header C library for building event-driven non-blocking HTTP servers | 1,791 |
fukamachi/dexador | An HTTP client library for Common Lisp with features like connection pooling and automatic redirection. | 377 |
tiny-http/tiny-http | An HTTP server library for Rust that handles client connections and data transfers. | 1,009 |
rstudio/httpuv | A C library for building HTTP and WebSocket servers in R | 229 |
lukeed/httpie | A lightweight HTTP client library for Node.js that allows easy creation of promise-based requests with support for JSON data parsing and custom headers. | 580 |