Module response

Module response 

Source
Expand description

HTTP responses which adhere to RFC 8885

RFC 8885 does not constrain HTTP responses from the ACME service strongly, except that they should contain a nonce.

The response type here also implements crate::fmt::AcmeFormat so that it can be displayed in a form similar to those in RFC 8885 while debugging.

Structs§

Response
A HTTP response from an ACME service

Traits§

Decode
Helper trait for any type which can be decoded from a response from an ACME server.