Why?
The syntax for delegate literals with braces is
listenHTTP(settings, (req, res) {
res.writeBody("Hello, World!");
});
ponce via Digitalmars-d-learn Thu, 16 Jul 2015 02:55:50 -0700
Why?
The syntax for delegate literals with braces is
listenHTTP(settings, (req, res) {
res.writeBody("Hello, World!");
});