wok view perl-mime-types/description.txt @ rev 25453

BootProg/boot16.asm: too small fat16 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 17 08:17:46 2022 +0000 (20 months ago)
parents
children
line source
1 MIME types are used in many applications (for instance as part of e-mail
2 and HTTP traffic) to indicate the type of content which is transmitted or expected.
3 See RFC2045 at https://www.ietf.org/rfc/rfc2045.txt
5 Sometimes detailed knowledge about a mime-type is needed, however this module
6 only knows about the file name extensions which relate to some filetype.
7 It can also be used to produce the right format: types which are not registered
8 at IANA need to use 'x-' prefixes.
10 This object administers a huge list of known mime-types, combined from various
11 sources.
12 For instance, it contains all IANA types and the knowledge of Apache.
13 Probably the most complete table on the net!