-
-
17 Jun 2019 04:59:26 UTC
- Distribution: Net-AS2
- Module version: 1.0110
- 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::HTTPS - UserAgent used for sending AS2 requests over HTTPS.
SYNOPSIS
my $as2 = Net::AS2->new( ..., UserAgentClass => 'Net::AS2::HTTPS', SSLOptions => { ... } );
DESCRIPTION
This is a class for sending AS2 (RFC-4130) communication over HTTPS.
It is a subclass of Net::AS2::HTTP.
It requires the AS2 option
SSLOptions
to be defined. This will be passed to thessl_opts()
method of the superclass, LWP::UserAgent.METHODS
- options ( opts )
-
A subclassed method that uses the
SSLOptions
AS2 configuration option to configure the User Agent to use HTTPS.
PREREQUISITES
Note that the LWP::Protocol::https will be required for LWP::UserAgent to use HTTPS.
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.