This page is a wiki-to-darcs gateway. You can actually edit this page and it will record your change in our revision control.
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.
mapPath($path) - map a URL path to a filesystem pathWe 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 the HTTP::Request manpage 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.
env($name)Gets the specified variable out of the CGI environment.
eg: $request->env("REMOTE_ADDR");
query([$name])Gets the value of name from the query (GET or POST data). Without a parameter returns a hash reference containing all the query data.
Continuity
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.