|
NAMENet::FastCGI - FastCGI ToolkitDESCRIPTIONThis distribution aims to provide a complete API for working with the FastCGI protocol.The primary goal is to provide a function oriented and object oriented API which are not tied to a specific I/O model or framework. Secondary goal is to provide higher level tools/API which can be used for debugging and interoperability testing. PROGRESSThe function oriented API is considered feature complete. Net::FastCGI::Protocol provides functions to build and parse all FastCGI v1.0 messages, also provided is a few convenient higher level functions such as "build_begin_request()", "build_end_request()", "parse_record()" and "dump_record()".Work has begun on object oriented implementation and a simple blocking I/O class which is intended for testing and debugging. PACKAGES
ENVIRONMENTEnvironment variable "NET_FASTCGI_PP" can be set to a true value before loading this package to disable usage of XS implementation.PREREQUISITESRun-Time
Build-TimeIn addition to Run-Time:
SEE ALSOCommunity
Standards
White papers
Perl implementations
SUPPORTPlease report any bugs or feature requests to "bug-net-fastcgi@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-FastCGI>AUTHORChristian Hansen "chansen@cpan.org"COPYRIGHTCopyright 2008-2010 by Christian Hansen.This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |