You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impl<RequestBody>HttpSend<RequestBody>forSenderwhereRequestBody: http_body::Body + 'static,{typeResponseBody = reqwest::Body;typeError = reqwest::Error;asyncfnsend(&self,req: http::Request<RequestBody>,) -> Result<http::Response<Self::ResponseBody>,Self::Error>{// No way to convert `http_body::Body` into `reqwest::Body`Ok(self.0.execute(req.try_into()?).await?.into())}}
I plan to build something like:
But it failed for the very first step:
reqwest
:We need seanmonstar/reqwest#2243
The text was updated successfully, but these errors were encountered: