import Foundation

enum MIME: String {
    case TextPlain           = "text/plain"
    case TextHtml            = "text/html"
    case ApplicationXMpegURL = "application/x-mpegURL"
    case VndAppleMpegURL     = "application/vnd.apple.mpegURL"
    case VideoMP2T           = "video/MP2T"
}
