1Catalyst::Engine::HTTP(U3s)er Contributed Perl DocumentatCiaotnalyst::Engine::HTTP(3)
2
3
4

NAME

6       Catalyst::Engine::HTTP - Catalyst HTTP Engine
7

SYNOPSIS

9       A script using the Catalyst::Engine::HTTP module might look like:
10
11           #!/usr/bin/perl -w
12
13           BEGIN {  $ENV{CATALYST_ENGINE} = 'HTTP' }
14
15           use strict;
16           use lib '/path/to/MyApp/lib';
17           use MyApp;
18
19           MyApp->run;
20

DESCRIPTION

22       This is the Catalyst engine specialized for development and testing.
23

METHODS

25       $self->finalize_headers($c)
26
27       $self->finalize_read($c)
28
29       $self->prepare_read($c)
30
31       $self->read_chunk($c, $buffer, $length)
32
33       $self->write($c, $buffer)
34
35       Writes the buffer to the client.
36
37       run
38

SEE ALSO

40       Catalyst, Catalyst::Engine.
41

AUTHORS

43       Sebastian Riedel, <sri@cpan.org>
44
45       Dan Kubb, <dan.kubb-cpan@onautopilot.com>
46
47       Sascha Kiefer, <esskar@cpan.org>
48
49       Andy Grundman, <andy@hybridized.org>
50

THANKS

52       Many parts are ripped out of "HTTP::Server::Simple" by Jesse Vincent.
53
55       This program is free software, you can redistribute it and/or modify it
56       under the same terms as Perl itself.
57
58
59
60perl v5.8.8                       2007-09-20         Catalyst::Engine::HTTP(3)
Impressum