pub type ProxyResponse<E = Error> = Response<BoxBody<Bytes, E>>;
pub struct ProxyResponse<E = Error> { /* private fields */ }