handy-httpd 8.5.0

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

GitHub Actions Workflow Status GitHub issues DUB Downloads GitHub Tag

An extremely lightweight HTTP server for the D programming language.

Features

Simple Example

import handy_httpd;

void main() {
	new HttpServer((ref HttpRequestContext ctx) {
		ctx.response.writeBodyString("Hello world!");
	}).start();
}
Authors:
Dependencies:
slf4d, streams, httparsed, path-matcher
Versions:
8.5.0 2025-Jan-11
8.4.5 2025-Jan-06
8.4.4 2025-Jan-05
8.4.3 2024-Dec-10
8.4.2 2024-Sep-27
Show all 76 versions
Download Stats:
  • 4 downloads today

  • 47 downloads this week

  • 225 downloads this month

  • 19883 downloads total

Score:
4.1
Short URL:
handy-httpd.dub.pm