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