| Continuity documentation | view source | Contained in the Continuity distribution. |
Continuity::Adapt::FCGI - Use HTTP::Daemon as a continuation server
This module provides the glue between FastCGI Web and Continuity, translating FastCGI requests into HTTP::RequestWrapper objects that are sent to applications running inside Continuity.
Create a new continuation adapter and HTTP::Daemon. This actually starts the HTTP server which is embeded.
We cheat here... use 'magic' to get mimetype and send that. then the binary file
Creates a new Continuity::Adapt::FCGI::Request object. This deletes values
from $cgi while converting it into a HTTP::Request object.
It also assumes $cgi contains certain CGI variables.
This code was borrowed from POE::Component::FastCGI
Sends a HTTP error back to the user.
Gets the specified variable out of the CGI environment.
eg: $request->env("REMOTE_ADDR");
Gets the value of name from the query (GET or POST data). Without a parameter returns a hash reference containing all the query data.
Brock Wilcox <awwaiid@thelackthereof.org> - http://thelackthereof.org/ Scott Walters <scott@slowass.net> - http://slowass.net/
Copyright (c) 2004-2009 Brock Wilcox <awwaiid@thelackthereof.org>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Continuity documentation | view source | Contained in the Continuity distribution. |