pub type Request = Request<Vec<u8>>;
A Vec<u8> Request from http
Vec<u8>
struct Request { /* private fields */ }