handy-httpd 8.4.2
Extremely lightweight HTTP server for D.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
handy-httpd
An extremely lightweight HTTP server for the D programming language.
Features
- HTTP/1.1
- Web Sockets
- Simple configuration
- High performance with interchangeable request processors
- Beginner friendly
- Extensible with custom handlers, exception handlers, and filters
- Well-documented
- Prioritises testability
- Ships with some handy pre-made request handlers:
- Serve static files with the FileResolvingHandler
- Apply filters before and after handling requests with the FilteredHandler
- Handle complex URL paths, including path parameters and wildcards, with the PathHandler
Links
Simple Example
import handy_httpd;
void main() {
new HttpServer((ref ctx) {
ctx.response.writeBodyString("Hello world!");
}).start();
}
- 8.4.2 released 2 months ago
- andrewlalis/handy-httpd
- MIT
- Copyright © 2022, Andrew Lalis
- Authors:
- Dependencies:
- slf4d, streams, httparsed, path-matcher
- Versions:
-
8.4.2 2024-Sep-27 8.4.1 2024-Aug-02 8.4.0 2024-Apr-16 8.3.2 2024-Feb-16 8.3.1 2024-Feb-14 - Download Stats:
-
-
0 downloads today
-
20 downloads this week
-
84 downloads this month
-
19594 downloads total
-
- Score:
- 3.6
- Short URL:
- handy-httpd.dub.pm