all repos — nimhttpd @ 626d7fa76f9fa9fe9ac8362318d188a120d920b3

A useful static file web server.

src/nimhttpdpkg/config.nim

 1
 2
 3
 4
 5
const
  pkgTitle*       = "NimHTTPd"
  pkgVersion*     = "1.2.0"
  pkgAuthor*      = "Fabio Cevasco"
  pkgDescription* = "A tiny static file web server."