markov2 / perl5-MIME-Types

Definition of MIME types
http://perl.overmeer.net/CPAN
4 stars 1 forks source link

application/octet-stream or nothing is better for .bin #10

Closed Rikkuru closed 3 years ago

Rikkuru commented 3 years ago

https://www.iana.org/assignments/media-types/application/gltf-buffer

list .bin in extensions, but some type for 3D models is not a good choice for .bin extension It can be anything, so it is better to use application/octet-stream or not return type at all for this extension in mimeTypeOf

markov2 commented 3 years ago

I totally agree with you (again!)

It can be anything, so it is better to use application/octet-stream

There is no extension listed in the IANA definition for octet-stream, but I think it's the best choice.