README (516B)
1 The mime module implements a subset of RFC 2045, namely the subset necessary to 2 handle parsing and encoding Media Types (formerly "MIME types"), and to map them 3 with file extensions. 4 5 This module implements a "reasonable subset" of the specification which aims to 6 address contemporary use-cases of Media Types outside of the broader context of 7 the Content-Type header as it's used by emails. The implementation should not 8 parse any Media Types which are not conformant, but may not parse all conformant 9 Media Types.