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. Theopts
hash ref is passed to theoptions()
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.