all repos — nimhttpd @ 9c0a59a21cd094b7cc19eb81cfa6a3f5d28d49a3

A useful static file web server.

src/nimhttpdpkg/config.nim

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