all repos — nimhttpd @ c9f4a388d3a4eb2629fbc83f68c76ba30f46a833

A useful static file web server.

src/nimhttpdpkg/config.nim

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