pub type ResponseBox = Response<Box<dyn Read + Send>>;
A Response without a template parameter.
Response
struct ResponseBox { /* private fields */ }