mod_swift v0.2.0 Release Notes

Release Date: 2017-01-26 // about 7 years ago
  • ↔ Integrated a tiny subset of Noze.io. This makes writing simple handlers, well simple:

    apache.onRequest { req, res in res.writeHead(200, ["Content-Type": "text/html"]) try res.end("\<h1\>Hello World\</h1\>") }