Type Definition tiny_http::ResponseBox[][src]

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

A Response without a template parameter.