NAME
Net::ACME::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::ACME::Challenge
.
Note that HTTP requests have some “helper” logic in the subclass Net::ACME::Challenge::Pending::http_01
.