Plack::App::Proxy::Backend(3pm) | User Contributed Perl Documentation | Plack::App::Proxy::Backend(3pm) |
Plack::App::Proxy::Backend - pluggable backend for making the actual HTTP request
package Plack::App::Proxy::Backend::foo; use parent 'Plack::App::Proxy::Backend'; sub call { my $self = shift; my ($env) = @_; # ... }
This is a base class for HTTP backends for Plack::App::Proxy.
Lee Aylward
Masahiro Honma
Tatsuhiko Miyagawa
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2021-01-09 | perl v5.32.0 |