all repos — nimhttpd @ 810ad353f6c817ccf445bbf71da44fc401f25c02

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