1
2
3
4
pub struct Response {
    pub body: String,
    pub status: u32,
}