all repos — nimhttpd @ fccdd200ab5374e9385a442396121b0f8b9c0e2e

A useful static file web server.

src/nimhttpdpkg/config.nim

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