Type Definition tiny_http::ResponseBox[][src]

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

A Response without a template parameter.