pub type Response = HttpResponse;
pub struct Response { pub status: u16, pub body: Option<Buffer>, }
status: u16
body: Option<Buffer>