| all/1 | Return the mimetype for any file by looking at its extension. |
| web/1 | Return the mimetype for a Web related file by looking at its extension. |
all(Path::binary()) -> {binary(), binary(), []}
Return the mimetype for any file by looking at its extension.
web(Path::binary()) -> {binary(), binary(), []}
Return the mimetype for a Web related file by looking at its extension.
Generated by EDoc