Function mendes::utils::file

source ·
pub async fn file<B>(path: PathBuf) -> Result<Response<B>, Error>
where B: From<Vec<u8>>,
Available on crate feature static only.