all repos — nimhttpd @ 2be0bf1541f8e22c67f18326dd2f1554520b6146

A useful static file web server.

src/nimhttpdpkg/config.nim

 1
 2
 3
 4
 5
const
  pkgTitle*       = "NimHTTPd"
  pkgVersion*     = "1.3.0"
  pkgAuthor*      = "Fabio Cevasco & Michael Adams"
  pkgDescription* = "A tiny static file web server for IPv6."