async fn get_http_sender<B>( context: &Context, parsed_url: Uri, ) -> Result<SendRequest<B>>where B: Body + 'static + Send, B::Data: Send, B::Error: Into<Box<dyn Error + Send + Sync>>,