SYNOPSIS
use Plack::Builder;
use Plack::App::Proxy;
builder {
enable "Proxy::AddVia";
Plack::App::Proxy->new(host => "http://10.0.1.2:8080/")->to_app;
};
use Plack::Builder;
use Plack::App::Proxy;
builder {
enable "Proxy::AddVia";
Plack::App::Proxy->new(host => "http://10.0.1.2:8080/")->to_app;
};