howdy/mime

Functions

pub external fn from_extention(extention: String) -> String

Uses mimerl to find the mime type based on the file extention

pub external fn from_mime(mime: String) -> List(String)

Uses mimerl to find all the file extentions based on the mime type

pub external fn from_path(path: String) -> String

Uses mimerl to file mime based on the file extention