handy-httpd 8.4.3

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:
  • Andrew Lalis <andrewlalisofficial@gmail.com>
Dependencies:
slf4d, streams, httparsed, path-matcher
Versions:
8.4.3 2024-Dec-10
8.4.2 2024-Sep-27
8.4.1 2024-Aug-02
8.4.0 2024-Apr-16
8.3.2 2024-Feb-16
Show all 73 versions
Download Stats:
  • 0 downloads today

  • 38 downloads this week

  • 78 downloads this month

  • 19690 downloads total

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