all repos — nimhttpd @ cac12c55b7fdf1da406e52494d8f40b7b7cb8a7d

A useful static file web server.

src/nimhttpdpkg/config.nim

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