The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::ACME2::HTTP - transport logic for Net::ACME2.

DESCRIPTION

This module handles communication with an ACME server at the HTTP level. It wraps POSTs in JWSes (JSON Web Signatures) as needed.

There should be no reason to interact with this class in production.