Function civet::response [] [src]

pub fn response<S: ToStatusCode, R: Read + Send + 'static>(
    status: S,
    headers: HashMap<String, Vec<String>>,
    body: R
) -> Response