ePages 6.17.35 - DE_EPAGES/Core/API/AutoFollowUserAgent.pm

Package DE_EPAGES::Core::API::AutoFollowUserAgent

UserAgent which handles redirects and auto-refreshs

Base
LWP::UserAgent
Example
my $Browser = DE_EPAGES::Core::API::AutoFollowUserAgent->new;
my $Response = $Browser->post( ... )