all repos — nimhttpd @ d91ff9965b921bde36f715d3005d53df6b055384

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