all repos — nimhttpd @ ed3220b3da3a60f8058176abecfefac5b37fc48c

A useful static file web server.

src/nimhttpdpkg/config.nim

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