Changes for version 0.04 - 2005-03-22

  • Changed ->headers calling conventions. This may break backwards compat, but is cleaner and safer.
  • Fixed bugs in ::CGI that broke http header handling
  • Refactored code to be more transparent
  • Patch from Sebastian Riedel to do proper parsing of form data from STDIN

Changes for version 0.03_03 - 2005-03-18

  • Finish fixes from http://rt.cpan.org/NoAuth/Bug.html?id=11409

Changes for version 0.03_02 - 2005-02-17

  • Make test script not depend on LWP
  • Add ->header(), and various generic hook capabilities
  • Made HTTP::Server::Simple::CGI use those hooks
  • Add ->bad_request(), for protocol errors

Changes for version 0.03_01 - 2005-02-17

  • Add ->setup() and ->handler()
  • Add support for specifying a host to bind listener to
  • Split out CGI.pm support into sub-class
  • Add Changes file to MANIFEST

Modules

CGI.pm-style version of HTTP::Server::Simple

Examples