pub trait IntoRequest { // Required method fn into_request(self) -> (Option<StreamProtocol>, Bytes); }