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

NAME

Net::ACME2::X::HTTP::Network

DESCRIPTION

This exception class means that an error beneath the HTTP layer occurred: e.g., maybe the server refused the TCP connection, the TLS handshake failed, etc.

Subclasses X::Tiny::Base.

PROPERTIES

  • method - The request’s HTTP method.

  • url - The URL for which the request was intended.

  • error - A human-readable string that describes the failure.