all repos — nimhttpd @ 47e8c75582e18074fbb77486388d7993a5b6c0a0

A useful static file web server.

src/nimhttpdpkg/config.nim

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