NAME

    Plack::App::Proxy::HTTP::Tiny - backend for Plack::App::Proxy

SYNOPSIS

        # In app.psgi
        use Plack::Builder;
        use Plack::App::Proxy::Anonymous;
    
        builder {
            enable "Proxy::Requests";
            Plack::App::Proxy->new(backend => 'HTTP::Tiny')->to_app;
        };

DESCRIPTION

    This backend uses HTTP::Tiny::PreserveHostHeader to make HTTP requests.

    HTTP::Tiny::PreserveHostHeader is a wrapper for HTTP::Tiny which is
    Pure-Perl only and doesn't require any architecture specific files.

    It is possible to bundle it e.g. by App::FatPacker.

SEE ALSO

    Plack, Plack::App::Proxy, Plack::Middleware::Proxy::Requests,
    HTTP::Tiny.

BUGS

    This module might be incompatible with further versions of
    Plack::App::Proxy module.

    If you find the bug or want to implement new features, please report it
    at
    https://github.com/dex4er/perl-Plack-App-Proxy-Backend-HTTP-Tiny/issues

    The code repository is available at
    http://github.com/dex4er/perl-Plack-App-Proxy-Backend-HTTP-Tiny

AUTHOR

    Piotr Roszatycki <dexter@cpan.org>

LICENSE

    Copyright (c) 2014-2016, 2023 Piotr Roszatycki <dexter@cpan.org>.

    This is free software; you can redistribute it and/or modify it under
    the same terms as perl itself.

    See http://dev.perl.org/licenses/artistic.html