all repos — nimhttpd @ 3fe5248bef8bc1ab8e8840aba1be8d043f2273fb

A useful static file web server.

src/nimhttpdpkg/config.nim

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