The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::AS2::HTTP - UserAgent used for sending AS2 requests over HTTP.

SYNOPSIS

    my $as2 = Net::AS2->new(
        ...,
        UserAgentClass => 'Net::AS2::HTTP',
    );

DESCRIPTION

This is a class for sending AS2 (RFC-4130) communication over HTTP.

It is a subclass of LWP::UserAgent.

METHODS

new ( opts )

Create a User Agent configured with the given opts hash ref. The opts hash ref is passed to the options() method which returns the list of options to create the User Agent for this class.

options ( opts )

The given opts hash ref is validated by this method.

The method then returns a list of options that the new() method uses to instantiate the object.