套件:ruby-marcel(1.0.1+dfsg-2)
ruby-marcel 的相關連結
Debian 的資源:
下載原始碼套件 ruby-marcel:
- [ruby-marcel_1.0.1+dfsg-2.dsc]
- [ruby-marcel_1.0.1+dfsg.orig.tar.xz]
- [ruby-marcel_1.0.1+dfsg-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simple mime type detection
Marcel attempts to choose the most appropriate content type for a given file by looking at the binary data, the filename, and any declared type (perhaps passed as a request header).
By preference, the magic number data in any passed in file is used to determine the type. If this doesn't work, it uses the type gleaned from the filename, extension, and finally the declared type. If no valid type is found in any of these, "application/octet-stream" is returned.
Some types aren't easily recognised solely by magic number data. For example Adobe Illustrator files have the same magic number as PDFs (and can usually even be viewed in PDF viewers!). For these types, Marcel uses both the magic number data and the file name to work out the type.