Skip to main content




backend for Plack::App:😛roxy

Changes for 0.0202 - 2023-06-17

  • Use cpanfile for Module::Build.


preserve Host header on requests

Changes for 0.0102 - 2023-06-17

  • Use cpanfile for Module::Build.


a simple PSGI/Plack HTTP server that uses threads

Changes for 0.0400 - 2020-03-17

  • Print connection errors to stderr.
  • Allow to use SSL with IPv6.
  • IPv6 is enabled by default if IO::Socket::IP is available.
  • New option `--ssl-client-ca-file`.
  • Listen on tcp46 socket with `--ipv6` option when `--host` is missing.
  • Default `--host` is undefined which means any interface.


a light and pure-Perl PSGI/Plack HTTP server with pre-forks

Changes for 0.0500 - 2020-03-17

  • Print connection errors to stderr.
  • Allow to use SSL with IPv6.
  • IPv6 is enabled by default if IO::Socket::IP is available.
  • New option `--ssl-client-ca-file`.
  • Listen on tcp46 socket with `--ipv6` option when `--host` is missing.
  • Default `--host` is undefined which means any interface.