The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.42 - 2010-02-18

  • Inline uri_unescape to drop URI::Escape which is the only non-core dependency of this distribution. -- miyagawa
  • Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. -- miyagawa
    • O'Reilly's WebSite server misuses COOKIE environment instead of HTTP_COOKIE. We don't need to replicate that bug since HTTP::Server::Simple is a server, not a CGI library like CGI.pm.

Changes for version 0.41_01 - 2010-02-02

  • Pluggable CGI class support based on a patch from NANIS

Modules

Lightweight HTTP server
CGI.pm-style version of HTTP::Server::Simple
a HTTP::Server::Simple mixin to provide the CGI protocol

Examples