Read-only release history for Plack-Server-ReverseHTTP
Perl
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= inc
carview.php?tsp= lib/Plack/Server
carview.php?tsp= t
carview.php?tsp= xt
carview.php?tsp= .gitignore
carview.php?tsp= Changes
carview.php?tsp= MANIFEST
carview.php?tsp= META.yml
carview.php?tsp= Makefile.PL
carview.php?tsp= README

README

NAME
    Plack::Server::ReverseHTTP - reversehttp gateway for PSGI application
SYNOPSIS
      > plackup --server ReverseHTTP --host rhttplabel --token your-token
DESCRIPTION
    Plack::Server::ReverseHTTP is a PSGI implementation that uses
    ReverseHTTP gateway to access your PSGI application on your desktop or
    behind the firewall from the internet. Just like Ruby's hookout does
    with Rack applications.
AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>
LICENSE
    This module is licensed under the same terms as Perl itself.
SEE ALSO
    AnyEvent::ReverseHTTP <https://github.com/paulj/hookout/tree/master>
    <https://www.reversehttp.net/>