GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::ACME2::X::HTTP::Protocol(3) User Contributed Perl Documentation Net::ACME2::X::HTTP::Protocol(3)

Net::ACME2::X::HTTP::Protocol

This exception class means that an error occurred with an HTTP request, and the problem had specifically to do with something that happened on the remote server, not just a general connection problem. For example, this class would be suitable for use when you get a 500 (Internal Server Error) or a 404 (Not Found), but it would not be suitable for use if you get a Connection Refused TCP error when trying to connect.

Subclasses X::Tiny::Base.

Unless otherwise indicated, these come directly from HTTP::Tiny::UA::Response:
  • "method" - The request’s HTTP method.
  • "url" - The URL for which the request was intended.
  • "status"
  • "reason"
  • "headers"
  • "content"
  • "redirects"
2020-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.