MimeTypesMap icon indicating copy to clipboard operation
MimeTypesMap copied to clipboard

Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.

Results 5 MimeTypesMap issues
Sort by recently updated
recently updated
newest added

Hi @hey-red - I am the new maintainer of: https://www.nuget.org/packages/Mime-Detective/ https://github.com/MediatedCommunications/Mime-Detective and have recently published an update expanding to over 14,000 mime signatures. Are you open to combining/joining efforts? If...

It would be nice to be able to get a list of all possible extensions based on mime type. This PR add a new method that will return all matched...

currently .rtf extension is mapped as "application/text", but there is the mime type "text/rtf" that is not mapped so it has been identified as .bin

Please add these: image/pjpeg = jpeg image/x-png = png Also, I saw the other open issue about using AddOrUpdate on the static class. Where can we do this? I tried...

HEIF is the new image format that is now preferred and official in iOS 11 and macOS 10.13. Please add - image/heif => heif - image/heic => heic https://www.iana.org/assignments/media-types/media-types.xhtml