• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/POE/Component/Server/H23-May-2006-877497

t/H03-May-2022-830571

ChangesH A D23-May-20062.2 KiB5848

MANIFESTH A D23-May-2006328 2019

MANIFEST.SKIPH A D23-May-200638 65

META.ymlH A D23-May-2006561 1715

Makefile.PLH A D23-May-2006917 2925

READMEH A D23-May-2006657 3018

test.perlH A D23-May-20061.5 KiB8540

README

1POE/Component/Server/HTTP
2=========================
3
4This is a nearly stable release of PoCo::Server::HTTP It makes it easy to
5write HTTP servers in POE.
6
7The design is roughly based on the ideas of mod_perl and lets you
8add hooks and intercept in a numbber of different stages.
9
10Look at the test cases in t/ if you want help.  In particular,
11t/20_stream.t contains a good example of multipart/mixed responses.
12
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23COPYRIGHT AND LICENCE
24
25Released under the same terms as POE
26
27Copyright (C) 2002 Arthur Bergman
28Copyright (C) 2005 Philip Gwyn
29
30