all repos — nimhttpd @ 31a40297b50de9f6d2313829acf67a9f52f8d26b

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."