Struct banana::Response [] [src]

pub struct Response {
    pub code: ResponseCode,
    pub content: String,
    pub mimetype: &'static str,
}

Fields

Methods

impl Response
[src]

impl Response
[src]