Function append_headers

Source
pub fn append_headers(
    uri_path: &str,
    headers_opts: Option<&[Headers]>,
    resp: &mut Response<Body>,
    file_path: Option<&PathBuf>,
)
Expand description

Append custom HTTP headers to current response.