20 #ifndef MPD_MIME_TYPE_HXX 21 #define MPD_MIME_TYPE_HXX 40 std::map<std::string, std::string>
std::string GetMimeTypeBase(const char *s)
Extract the part of the MIME type before the parameters, i.e.
std::map< std::string, std::string > ParseMimeTypeParameters(const char *s)
Parse the parameters from a MIME type string.