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.