Type Definition tiny_http::ResponseBox

source ·
pub type ResponseBox = Response<Box<dyn Read + Send>>;
Expand description

A Response without a template parameter.