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::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.