1NAME
2    Plack::Handler::AnyEvent::ReverseHTTP - reversehttp gateway for PSGI
3    application
4
5SYNOPSIS
6      > plackup --server AnyEvent::ReverseHTTP --host rhttplabel --token your-token
7
8DESCRIPTION
9    Plack::Handler::AnyEvent::ReverseHTTP is Plack handler that runs your
10    PSGI application on AnyEvent::ReverseHTTP. It uses ReverseHTTP gateway
11    to access your PSGI application on your desktop or behind the firewall
12    from the internet. Just like Ruby's hookout does with Rack applications.
13
14AUTHOR
15    Tatsuhiko Miyagawa <miyagawa@bulknews.net>
16
17LICENSE
18    This module is licensed under the same terms as Perl itself.
19
20SEE ALSO
21    AnyEvent::ReverseHTTP <http://github.com/paulj/hookout/tree/master>
22    <http://www.reversehttp.net/>
23
24