Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

andrewlalis/handy-httpd

Repository files navigation

handy-httpd

GitHub Actions Workflow Status GitHub issues DUB Downloads GitHub Tag

⚠️ This repository is no longer being updated. Please view Handy-Http for the successor of this project.

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

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors