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

updated mercurial (5.3.1 -> 6.1.1)
author Hans-G?nter Theisgen
date Sat Apr 09 11:10:54 2022 +0100 (2022-04-09)
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!