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

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.