[][src]Function northstar::util::serve_dir

pub async fn serve_dir<D: AsRef<Path>, P: AsRef<Path>, '_>(
    dir: D,
    virtual_path: &'_ [P]
) -> Result<Response>