Module cow_mimetypes

Function Index

all/1Return the mimetype for any file by looking at its extension.
web/1Return the mimetype for a Web related file by looking at its extension.

Function Details

all/1

all(Path::binary()) -> {binary(), binary(), []}

Return the mimetype for any file by looking at its extension.

web/1

web(Path::binary()) -> {binary(), binary(), []}

Return the mimetype for a Web related file by looking at its extension.


Generated by EDoc