Struct sn0int_std::web::Response [−][src]
pub struct Response {
pub status: u16,
pub headers: HashMap<String, String, RandomState>,
pub cookies: Vec<String, Global>,
pub ipaddr: Option<IpAddr>,
pub body: Bytes,
}Expand description
Represents an HTTP response.
Fields
status: u16headers: HashMap<String, String, RandomState>ipaddr: Option<IpAddr>body: Bytes