all repos — nimhttpd @ 2959395d63041ba66b13522728d7a75b13f5f91b

A useful static file web server.

src/nimhttpdpkg/config.nim

 1
 2
 3
 4
 5
const
  pkgTitle*       = "NimHTTPd"
  pkgVersion*     = "1.2.0"
  pkgAuthor*      = "Fabio Cevasco"
  pkgDescription* = "A tiny static file web server."