pub trait HttpStreamBuilder { type Response; // Required method fn stream_builder(self) -> HttpFn<Self::Response>; }