all repos — nimhttpd @ e619b7d3b907ce09cd779746a27c9697f88cf2a1

A useful static file web server.

src/nimhttpdpkg/config.nim

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