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