Changeset 17696
- Timestamp:
- 08/16/08 16:44:28 (5 years ago)
- Location:
- lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface
- Files:
-
- 7 modified
-
CGI.pm (modified) (2 diffs)
-
FCGI.pm (modified) (2 diffs)
-
ModPerl.pm (modified) (1 diff)
-
POE.pm (modified) (1 diff)
-
ServerSimple.pm (modified) (1 diff)
-
Standalone.pm (modified) (1 diff)
-
Test.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/CGI.pm
r11686 r17696 12 12 __END__ 13 13 14 =for stopwords15 16 14 =for stopwords CGI Naoki Nyarla Okamura yaml 17 15 … … 19 17 20 18 HTTP::Engine::Interface::CGI - CGI interface for HTTP::Engine 21 22 =head1 SYNOPSIS23 24 HTTP::Engine::Interface::CGI->new();25 26 =head1 METHODS27 28 =over 429 30 =item run31 32 internal use only33 34 =back35 19 36 20 =head1 AUTHOR -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/FCGI.pm
r17384 r17696 167 167 HTTP::Engine::Interface::FCGI - FastCGI interface for HTTP::Engine 168 168 169 =head1 SYNOPSIS170 171 HTTP::Engine::Interface::FCGI->new(172 );173 174 169 =head1 ATTRIBUTES 175 170 … … 194 189 =back 195 190 196 =head1 METHODS197 198 =over 4199 200 =item run201 202 internal use only203 204 =back205 206 207 191 =head1 AUTHORS 208 192 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ModPerl.pm
r11686 r17696 77 77 HTTP::Engine::Interface::ModPerl - mod_perl Adaptor for HTTP::Engine 78 78 79 =head1 SYNOPSIS80 81 TBD82 83 =head1 METHODS84 85 =over 486 87 =item run88 89 internal use only90 91 =back92 93 79 =head1 AUTHORS 94 80 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/POE.pm
r13794 r17696 78 78 This is POE interface for HTTP::Engine. 79 79 80 =head1 METHODS81 82 =over 483 84 =item run85 86 internal use only87 88 =back89 90 80 =head1 ATTRIBUTES 91 81 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/ServerSimple.pm
r17301 r17696 53 53 HTTP::Engine::Interface::ServerSimple - HTTP::Server::Simple interface for HTTP::Engine 54 54 55 =head1 SYNOPSIS56 57 HTTP::Engine::Interface::ServerSimple->new(58 host => '0.0.0.0',59 port => 5963,60 );61 62 =head1 METHODS63 64 =over 465 66 =item run67 68 internal use only69 70 =back71 72 55 =head1 DESCRIPTION 73 56 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/Standalone.pm
r17255 r17696 254 254 HTTP::Engine::Interface::Standalone - Standalone HTTP Server 255 255 256 =head1 SYNOPSIS 257 258 interface: 259 module: Standalone 260 args: 261 host: localhost 262 port: 5963 263 fork: 1 264 keepalive: 1 265 request_handler: methodname 256 =head1 AUTHOR 257 258 Kazuhiro Osawa 259 -
lang/perl/HTTP-Engine/trunk/lib/HTTP/Engine/Interface/Test.pm
r17417 r17696 63 63 )->run(HTTP::Request->new( GET => 'http://localhost/'), \%ENV); 64 64 65 66 67 65 =head1 DESCRIPTION 68 66
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)