Skip to main content

HttpResponse

Type Alias HttpResponse 

Source
pub type HttpResponse = HttpResponse;

Aliased Type§

pub struct HttpResponse {
    pub status_code: u16,
    pub reason: &'static str,
    pub content_type: &'static str,
    pub body: String,
}

Fields§

§status_code: u16§reason: &'static str§content_type: &'static str§body: String