diff --git a/src/lib.rs b/src/lib.rs index 19cef39..8657dea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -405,6 +405,7 @@ pub async fn call<'a, T: Connect + Clone + Send + Sync + 'static>( Ok(downstream_response.map(|body| body.map_err(std::io::Error::other).boxed_unsync())) } +#[derive(Debug, Clone)] pub struct ReverseProxy { client: Client, }