Content-Type¶
Content-Typeとはファイルの種類を表す情報で、「image/jpeg」や「text/html」など、「ファイルの種類(メイン)/ファイルの種類(サブ)」という形式で表示されます。
例¶
Content-Type | 説明 |
---|---|
application/javascript | JavaScript |
application/json | JSONデータ |
application/xml | XMLデータ |
application/zip | ZIP |
application/pdf | |
audio/mpeg | MPEG(音声) |
audio/vorbis | Vorbis(音声) |
text/css | CSS |
text/html | HTML |
text/plain | テキスト |
image/png | PNG画像 |
image/jpeg | JPG画像 |
image/gif | GIF画像 |