|
NAMEPlack::App::Proxy::Backend - pluggable backend for making the actual HTTP requestSYNOPSISpackage Plack::App::Proxy::Backend::foo; use parent 'Plack::App::Proxy::Backend'; sub call { my $self = shift; my ($env) = @_; # ... } DESCRIPTIONThis is a base class for HTTP backends for Plack::App::Proxy.AUTHORLee AylwardMasahiro Honma Tatsuhiko Miyagawa LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |