Struct chrootable_https::Response[][src]

pub struct Response {
    pub status: u16,
    pub headers: HashMap<String, String>,
    pub cookies: Vec<String>,
    pub body: Bytes,
}

Fields

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

impl From<(Parts, Bytes)> for Response
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Response

impl Sync for Response