Skip to main content


Fully-featured static file server.

Changes for 2.002000 - 2023-08-15T01:21:42+03:00

  • Feature: add support for ignore files, which can be used to block access to files that match ignore rules. Requests which match any of the ignore rules will result in a 404 Not Found response.
  • Move tests from using Test::More to Test2::Suite.