-
-
17 Jul 2014 04:28:12 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (696 / 24 / 0)
- Kwalitee
Bus factor: 0- 83.33% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (73.8KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Coro
- Coro::Event
- HTTP::Daemon
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.6
- Spelling fixes mostly (thanks dsteinbrunner!)
Documentation
Modules
Abstract away statelessness of HTTP, for stateful Web applicationsUse HTTP::Daemon as a continuation serverUse HTTP::Daemon to get HTTP requestsPSGI backend for ContinuityMap a request onto a sessionSimple HTTP::Request-like API for requests inside ContinuityMix callbacks into the Continuity request objectProvides
in lib/Continuity/Adapt/FCGI.pmin lib/Continuity/Adapt/HttpDaemon.pmin lib/Continuity/Adapt/PSGI.pmin lib/Continuity/Mapper.pmin lib/Continuity/RequestHolder.pmin lib/Continuity/Adapt/HttpDaemon.pmin lib/Continuity/Adapt/HttpDaemon.pmExamples
- eg/README
- eg/addtwo.pl
- eg/animals.pl
- eg/callback_counter.pl
- eg/chat-ajax-push.js
- eg/chat-ajax-push.pl
- eg/chat.pl
- eg/cookies.pl
- eg/counter.fcgi
- eg/counter.pl
- eg/fcgi_nocont.fcgi
- eg/guess-peek.pl
- eg/guess.fcgi
- eg/guess.pl
- eg/hello.fcgi
- eg/hello.pl
- eg/hello_plack.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/petstore.pl
- eg/post-redirect.pl
- eg/query_session.pl
- eg/slowprint.pl
- eg/supercounter.pl
- eg/telnet-terminal.pl
Module Install Instructions
To install Continuity, copy and paste the appropriate command in to your terminal.
cpanm Continuity
perl -MCPAN -e shell install Continuity
For more information on module installation, please visit the detailed CPAN module installation guide.