all repos — nimhttpd @ 14b3640c76308cafa56fb0024ae23e44d6f1d2e5

A useful static file web server.

src/nimhttpdpkg/config.nim

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