from_path
from_path(Path.t()) :: String.t()
Guesses the MIME type based on the path's extension. See type/1.
type/1
iex> MIME.from_path("index.html") "text/html"