翻訳と辞書
Words near each other
・ PSG Group
・ PSG Institute of Management Coimbatore
・ PSG Institute of Medical Sciences & Research
・ PSG Public Schools
・ PSG Zlín
・ PSG1 (gene)
・ PSG10
・ PSG2
・ PSG3
・ PSG4
・ PSG5
・ PSG6
・ PSG9
・ PSGA
・ PSGC Ciamis
PSGI
・ PSGL
・ PSGL Gayo Lues
・ PSH
・ Pshatavan
・ Pshavi
・ Pshdar District
・ PSHDL
・ PSHE and Citizenship Advisory Service
・ Pshevorsk (Hasidic dynasty)
・ Pshish River
・ PSHS
・ Psi
・ PSI (album)
・ Psi (comics)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

PSGI : ウィキペディア英語版
PSGI
PSGI or Perl Web Server Gateway Interface is an interface between Web servers and Perl-based Web applications and frameworks that allows writing portable applications that can be run as standalone servers or using CGI, FastCGI, mod_perl, et al. It is inspired by the Web Server Gateway Interface for Python, Rack for Ruby and JSGI for JavaScript.
A PSGI application is a Perl subroutine that accepts arguments as a single hash reference and returns a reference to an array of three elements: an HTTP status code, a reference to an array of HTTP headers and a reference to an array of HTTP body lines (usually a generated HTML document) or a filehandle-like object.
Plack is a reference PSGI implementation.
Web frameworks with PSGI support:
* Catalyst
* (CGI::Application )
* (Continuity )
* Dancer
* (HTTP::Engine )
* (Leyland )
* Mason
* Maypole
* (McBain )
* Mojolicious
* (Piglet )
* (Squatting )
* (Tatsumaki )
==Example Application==

This is an example hello world PSGI application:

my $app = sub

Save this file as hello.psgi and run it from the command-line: plackup hello.psgi

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「PSGI」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.