blob: c79558d178d0aa75a87e2ec464c243017b32145d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
POEx::Role::PSGIServer encapsulates the core PSGI server behaviors
into an easy to consume and extend role. It is based on previous POEx
work such as POEx::Role::TCPServer which provides basic TCP socket
multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite,
and POEx::Role::SessionInstantiation which transforms plain Moose
objects into POE sessions.
WWW: http://search.cpan.org/dist/POEx-Role-PSGIServer/
|