Changes for version 0.995
- Add work-around in Makefile.PL to possibly fix dependency order issue
- Make the list of allowed HTTP methods configurable
- Fixed bugs in error response
- Added a debug_callback for redirecting debug output
- Include an error message when "do" fails
- Thanks to John Beppu and Shawn M Moore for patches :)
Documentation
Modules
- Continuity - Abstract away statelessness of HTTP, for stateful Web applications
- Continuity::Adapt::FCGI - Use HTTP::Daemon as a continuation server
- Continuity::Adapt::HttpDaemon - Use HTTP::Daemon to get HTTP requests
- Continuity::Mapper - Map a request onto a session
- Continuity::Request - Simple HTTP::Request-like API for requests inside Continuity
Provides
- Continuity::Adapt::FCGI::Request in lib/Continuity/Adapt/FCGI.pm
- Continuity::Adapt::HttpDaemon::Request in lib/Continuity/Adapt/HttpDaemon.pm
- Continuity::Inspector in lib/Continuity/Inspector.pm
- Continuity::Request::Death in lib/Continuity/Mapper.pm
- Continuity::RequestHolder in lib/Continuity/RequestHolder.pm
- HTTP::Daemon in lib/Continuity/Adapt/HttpDaemon.pm UNAUTHORIZED
- HTTP::Daemon::ClientConn in lib/Continuity/Adapt/HttpDaemon.pm UNAUTHORIZED
Examples
- eg/README
- eg/addtwo.pl
- eg/animals.pl
- eg/chat-ajax-push.js
- eg/chat-ajax-push.pl
- eg/chat.pl
- eg/cookies.pl
- eg/counter.fcgi
- eg/counter.pl [pod]
- eg/fcgi_nocont.fcgi
- eg/guess-peek.pl
- eg/guess.fcgi
- eg/guess.pl
- eg/hello.fcgi
- eg/hello.pl
- eg/jquery.js
- eg/leakfinder.pl
- eg/merlyn-animals.pl.txt
- eg/minimal-serverside.pl
- eg/old/bleh.php
- eg/old/client.php
- eg/old/phpcontize.pl
- eg/params.pl
- eg/post-redirect.pl
- eg/query_session.pl
- eg/telnet-terminal.pl