-
-
17 Jun 2019 04:59:26 UTC
- Distribution: Net-AS2
- Module version: 1.0101
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (352 / 0 / 22)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (133.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install Net::AS2, copy and paste the appropriate command in to your terminal.
cpanm Net::AS2
perl -MCPAN -e shell install Net::AS2
For more information on module installation, please visit the detailed CPAN module installation guide.