handy-httpd 8.4.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 ctx) {
		ctx.response.writeBodyString("Hello world!");
	}).start();
}
Authors:
Dependencies:
slf4d, streams, httparsed, path-matcher
Versions:
8.4.0 2024-Apr-16
8.3.2 2024-Feb-16
8.3.1 2024-Feb-14
8.3.0 2024-Jan-30
8.2.0 2024-Jan-27
Show all 71 versions
Download Stats:
  • 8 downloads today

  • 14 downloads this week

  • 93 downloads this month

  • 18941 downloads total

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