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

..03-May-2022-

inc/H16-Feb-2010-6,0084,437

lib/Plack/H16-Feb-2010-10460

t/H16-Feb-2010-53

xt/H16-Feb-2010-2622

.gitignoreH A D13-Oct-200937 65

ChangesH A D16-Feb-2010407 149

MANIFESTH A D16-Feb-2010726 3332

META.ymlH A D16-Feb-2010760 3332

Makefile.PLH A D16-Feb-2010405 1514

READMEH A D16-Feb-2010748 2417

README

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