Content-Typeとは?
Content-Type
メールやホームページのファイルにくっつけて送られる「このファイルは、こんな種類のファイルですよ」といった情報。またOptionalで文字エンコードの指定(Shift-JISとかUTF-8とか)も書いてある項目
MIMEタイプ
MIME(Multipurpose Internet Mail Extensions 通称:メディアタイプ)
メールやホームページのファイルにくっつけて送られる「このファイルは、こんな種類のファイルですよ」といった情報
MIMEタイプとの違いを理解
Content-Type種類
Content-Type | Kind |
---|---|
text/plain | テキストファイル |
text/html | htmlファイル |
text/css | cssファイル |
text/javascript | javascriptファイル |
text/csv | CSVファイル |
application/json | JSONファイル |
application/pdf | PDFファイル |
application/vnd.ms-excel | EXCELファイル |
application/vnd.ms-powerpoint | PowerPointファイル |
application/msword | WORDファイル |
image/jpeg | JPEGファイル(.jpg, .jpeg) |
image/png | PNGファイル |
image/gif | GIFファイル |
image/bmp | Bitmapファイル |
application/zip | Zipファイル |
application/x-lzh | LZHファイル |
application/x-tar | tarファイル/tar&gzipファイル |
audio/mpeg | MP3ファイル |
audio/mp4 | MP4ファイル |
video/mpeg | MPEGファイル(動画) |
参考記事