主要なContent-Typeの一覧です。
Content-Type一覧
| text/plain | テキストファイル |
| text/html | HTMLファイル |
| text/css | CSSファイル |
| text/javascript | JavaScriptファイル |
| text/csv | CSVファイル |
| text/xml | XMLファイル |
| application/x-www-form-urlencoded | フォームデータ(エンコード済み) |
| application/json | JSONファイル |
| application/pdf | PDFファイル |
| application/zip | Zipファイル(圧縮形式ファイル) |
| application/x-lzh | LZHファイル(圧縮形式ファイル) |
| application/x-tar | tarファイル(圧縮形式ファイル) |
| application/msword | Microsoft Wordファイル (2003以前の.doc) |
| application/vnd.openxmlformats-officedocument.wordprocessingml.document | Microsoft Wordファイル (2007以降の.docx) |
| application/vnd.ms-excel | Microsoft Excelファイル (2003以前の.xls) |
| application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Microsoft Excelファイル (2007以降の.xlsx) |
| application/vnd.ms-powerpoint | Microsoft PowerPointファイル (2003以前の.ppt) |
| application/vnd.openxmlformats-officedocument.presentationml.presentation | Microsoft PowerPointファイル (2007以降の.pptx) |
| application/octet-stream | 実行ファイル(.exeなど) |
| image/jpeg | JPEGファイル(画像ファイル) |
| image/png | PNGファイル(画像ファイル) |
| image/gif | GIFファイル(画像ファイル) |
| image/bmp | Bitmapファイル(画像ファイル) |
| image/tiff | tiffファイル(画像ファイル) |
| image/svg+xml | SVGファイル(画像ファイル) |
| audio/mpeg | MP3ファイル(音ファイル) |
| audio/midi | MIDIファイル(音ファイル) |
| video/mp4 | MP4ファイル(動画ファイル) |
| video/avi | AVIファイル(動画ファイル) |
| video/3gp | 3gpファイル(動画ファイル) |
| multipart/form-data | フォームデータ |
備考
- 上記Content-Typeは主要なもののみです。

コメント