[ 原始碼: libcgi-emulate-psgi-perl ]
套件:libcgi-emulate-psgi-perl(0.23-2)
libcgi-emulate-psgi-perl 的相關連結
Debian 的資源:
下載原始碼套件 libcgi-emulate-psgi-perl:
- [libcgi-emulate-psgi-perl_0.23-2.dsc]
- [libcgi-emulate-psgi-perl_0.23.orig.tar.gz]
- [libcgi-emulate-psgi-perl_0.23-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- liblwp-protocol-psgi-perl
- libcgi-psgi-perl
- libtest-www-mechanize-psgi-perl
- libcgi-formbuilder-source-yaml-perl
- libcgi-application-dispatch-perl
- libdbi-test-perl
- liblog-any-adapter-filehandle-perl
- libcgi-application-plugin-anytemplate-perl
- libhtml-mason-psgihandler-perl
- libplack-test-anyevent-perl
- libcgi-compress-gzip-perl
PSGI adapter for CGI
CGI::Emulate::PSGI allows an application designed for the CGI environment to run in a PSGI environment, and thus on any of the backends that PSGI supports.
It works by translating the environment provided by the PSGI specification to one expected by the CGI specification. Likewise, it captures output as it would be prepared for the CGI standard, and translates it to the format expected for the PSGI standard using CGI::Parse::PSGI module.
其他與 libcgi-emulate-psgi-perl 有關的套件
|
|
|
|
-
- dep: libcgi-pm-perl
- module for Common Gateway Interface applications
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language