Struct knock::response::Response[][src]

pub struct Response {
    pub status: u32,
    pub header: HashMap<String, String>,
    pub body: String,
}

Fields

Methods

impl Response
[src]

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response