pub struct Response {
pub timings: ResponseTimings,
pub certificate_information: Option<CertificateInformation>,
pub certificate: Option<X509>,
pub status: u16,
pub body: Body,
}Expand description
The response from a given request
Fields§
§timings: ResponseTimingsThe timings of the response
certificate_information: Option<CertificateInformation>The certificate information
certificate: Option<X509>The raw certificate
status: u16The status of the response
body: BodyThe body of the response