Nimhttpd Versions Save

A tiny static file web server written in Nim

v1.5.1

1 year ago
  • Set default IPv4/IPv6 addresses to the corresponding loopback addresses, to avoid conflicts
  • Improved help messages

v1.5.0

1 year ago

Support for dual-stack IPv4 and IPv6 (thanks @unquietwiki!)

v1.4.0

1 year ago
  • Added support for setting custom headers (thanks @ire4ever1190!).
  • Fixed compilation warnings.

v1.3.0

2 years ago
  • IPv6 support (contributed by @unquietwiki)
  • Code refactoring

v1.2.0

3 years ago
  • Improved CSS, especially for mobile devices.
  • Increased validation for requested paths.
  • Added --title option to specify page title when listing directory contents.
  • Fixed HTML and CSS validation errors.

v1.1.1

3 years ago

Fixed compilation warnings when compiling with Nim v.1.4.0

v1.1.0

3 years ago
  • Set default address to 0.0.0.0 instead of 127.0.0.1
  • Now binding the specified port or selecting the next available port

v1.0.8

4 years ago
  • Fixed #3.

v1.0.7

4 years ago
  • Fixed compatibility with Nim v0.20.0
  • Now handling folder navigation and uppercase file extensions properly.

v1.0.6

5 years ago

Fixed compatibility with Nimble 0.9.0 and Nim 0.19.0.