8000 GitHub - andrewlalis/handy-httpd: Extremely lightweight HTTP server for D.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewlalis/handy-httpd

Repository files navigation

handy-httpd

GitHub Actions Workflow Status GitHub issues DUB Downloads GitHub Tag

An extremely lightweight HTTP server for the D programming language.

Features

Links

Simple Example

import handy_httpd;

void main() {
	new HttpServer((ref HttpRequestContext ctx) {
		ctx.response.writeBodyString("Hello world!");
	}).start();
}

About

Extremely lightweight HTTP server for D.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0