1. 종류
text/plain
text/html
image/jpeg
image/png
audio/mpeg
audio/ogg
audio/*
video/mp4
application/octet-stream
1) text : (텍스트를 포함하는 모든 문서를 나타내며 이론상으로는 인간이 읽을 수 있어야 한다.)
ex) text/plain, text/html, text/css, text/javascript
2) image : (모든 종류의 이미지를 나타낸다. (animated gif처럼) 애니메이션되는 이미지가 이미지 타입에 포함되긴 하지만, 비디오는 포함되지 않는다.)
ex) image/gif, image/png, image/jpeg, image/bmp, image/webp
3) audio : (모든 종류의 오디오 파일들을 나타낸다.)
ex) video/webm, video/ogg
4) application : (모든 종류의 이진 데이터를 나타낸다.)
ex) application/octet-stream,
application/pkcs12,
application/vnd.mspowerpoint,
application/xhtml+xml,
application/xml,
application/pdf
https://developer.mozilla.org/ko/docs/Web/HTTP/Basics_of_HTTP/MIME_types
'CS > Network' 카테고리의 다른 글
IP로 실제 위치 추적이 가능할까? (0) | 2023.06.23 |
---|---|
0.0.0.0, 127.0.0.1, 255.255.255.255 (0) | 2023.05.06 |
Http와 REST (0) | 2022.12.10 |
● 교차 출처 리소스 공유(Cross-Origin Resource Sharing, CORS) (0) | 2022.10.11 |
CURL(Client URL) (0) | 2022.09.15 |