all repos — nimhttpd @ b5eee59744cbe6bc46923d4b6d242724ca0178b6

A useful static file web server.

src/nimhttpdpkg/config.nim

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