Home | History | Annotate | Download | only in http

Lines Matching refs:ct

32 		if ct := sig.match(data, firstNonWS); ct != "" {
33 return ct
73 &maskedSig{mask: []byte("\xFF\xFF\xFF\xFF\xFF"), pat: []byte("<?xml"), skipWS: true, ct: "text/xml; charset=utf-8"},
79 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFE\xFF\x00\x00"), ct: "text/plain; charset=utf-16be"},
80 &maskedSig{mask: []byte("\xFF\xFF\x00\x00"), pat: []byte("\xFF\xFE\x00\x00"), ct: "text/plain; charset=utf-16le"},
81 &maskedSig{mask: []byte("\xFF\xFF\xFF\x00"), pat: []byte("\xEF\xBB\xBF\x00"), ct: "text/plain; charset=utf-8"},
91 ct: "image/webp",
97 ct: "audio/wave",
102 ct: "audio/aiff",
107 ct: "audio/basic",
112 ct: "application/ogg",
117 ct: "audio/midi",
122 ct: "audio/mpeg",
127 ct: "video/avi",
141 ct string
146 return e.ct
154 ct string
176 return m.ct