Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created January 13, 2012 03:41
Show Gist options
  • Select an option

  • Save JEEN/1604548 to your computer and use it in GitHub Desktop.

Select an option

Save JEEN/1604548 to your computer and use it in GitHub Desktop.
aa
use Plack::Builder;
use Bobby;
my $app = Bobby->new->to_psgi;
builder {
enable 'ReverseProxy';
$app;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment