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::Challenge::Pending - base class for an unhandled challenge

DESCRIPTION

This base class encapsulates behavior to respond to unhandled challenges. To work with challenges that have been handled (successfully or not), see Net::ACME2::Challenge.

Note that HTTP requests have some “helper” logic in the subclass Net::ACME2::Challenge::Pending::http_01.