Net-Async-HTTP-Server
view release on metacpan or search on metacpan
lib/Net/Async/HTTP/Server/PSGI.pm view on Meta::CPAN
The following extra keys are supplied to the environment of the C<PSGI> app:
=over 8
=item C<psgix.io>
The actual L<IO::Socket> filehandle that the request was received on.
If the server is running under SSL for HTTPS, this will be an
L<IO::Socket::SSL> instance, so reading from or writing to it will happen in
cleartext.
=item C<net.async.http.server>
The C<Net::Async::HTTP::Server::PSGI> object serving the request
=item C<net.async.http.server.req>
The L<Net::Async::HTTP::Server::Request> object representing this particular
request
( run in 0.503 second using v1.01-cache-2.11-cpan-4d50c553e7e )