728x90
https://developer.mozilla.org/ko/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
확장자문서 종류MIME 타입
.aac | AAC 오디오 | audio/aac |
.abw | AbiWord 문서 | application/x-abiword |
.arc | 아카이브 문서 (다중 파일 포함) | application/x-freearc |
.avif | AVIF 이미지 | image/avif |
.avi | AVI: 오디오 비디오 인터리브(Audio Video Interleave) | video/x-msvideo |
.azw | 아마존 킨들 전자책 포맷 | application/vnd.amazon.ebook |
.bin | 모든 종류의 이진 데이터 | application/octet-stream |
.bmp | Windows OS/2 비트맵 그래픽 | image/bmp |
.bz | BZip 아카이브 | application/x-bzip |
.bz2 | BZip2 아카이브 | application/x-bzip2 |
.cda | CD 오디오 | application/x-cdf |
.csh | C-셸 스크립트 | application/x-csh |
.css | 종속 스타일 시트 (CSS) | text/css |
.csv | 쉼표로 구분된 값 (CSV) | text/csv |
.doc | Microsoft 워드 | application/msword |
.docx | Microsoft 워드 (OpenXML) | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.eot | MS Embedded OpenType fonts | application/vnd.ms-fontobject |
.epub | 전자출판물(Electronic publication) (EPUB) | application/epub+zip |
.gz | GZip 압축 아카이브 | application/gzip |
.gif | Graphics Interchange Format (GIF) | image/gif |
.htm, .html | HyperText Markup Language (HTML) | text/html |
.ico | Icon format | image/vnd.microsoft.icon |
.ics | iCalendar format | text/calendar |
.jar | Java Archive (JAR) | application/java-archive |
.jpeg, .jpg | JPEG 이미지 | image/jpeg |
.js | JavaScript | text/javascript (명세: HTML 및 RFC 9239) |
.json | JSON 형식 | application/json |
.jsonld | JSON-LD 형식 | application/ld+json |
.mid, .midi | Musical Instrument Digital Interface (MIDI) | audio/midi, audio/x-midi |
.mjs | JavaScript 모듈 | text/javascript |
.mp3 | MP3 오디오 | audio/mpeg |
.mp4 | MP4 비디오 | video/mp4 |
.mpeg | MPEG 비디오 | video/mpeg |
.mpkg | Apple 설치 패키지 | application/vnd.apple.installer+xml |
.odp | OpenDocument 프레젠테이션 문서 | application/vnd.oasis.opendocument.presentation |
.ods | OpenDocument 스프레드시트 문서 | application/vnd.oasis.opendocument.spreadsheet |
.odt | OpenDocument 텍스트 문서 | application/vnd.oasis.opendocument.text |
.oga | OGG 오디오 | audio/ogg |
.ogv | OGG 비디오 | video/ogg |
.ogx | OGG | application/ogg |
.opus | Opus 오디오 | audio/opus |
.otf | OpenType 폰트 | font/otf |
.png | Portable Network Graphics | image/png |
Adobe 휴대용 문서 형식 (PDF) | application/pdf | |
.php | Hypertext Preprocessor (Personal Home Page) | application/x-httpd-php |
.ppt | Microsoft PowerPoint | application/vnd.ms-powerpoint |
.pptx | Microsoft PowerPoint (OpenXML) | application/vnd.openxmlformats-officedocument.presentationml.presentation |
.rar | RAR 아카이브 | application/vnd.rar |
.rtf | Rich Text Format (RTF) | application/rtf |
.sh | Bourne shell script | application/x-sh |
.svg | Scalable Vector Graphics (SVG) | image/svg+xml |
.tar | Tape Archive (TAR) | application/x-tar |
.tif, .tiff | Tagged Image File Format (TIFF) | image/tiff |
.ts | MPEG 전송 스트림 | video/mp2t |
.ttf | TrueType Font | font/ttf |
.txt | Text, (일반적으로 ASCII 또는 ISO 8859-n) | text/plain |
.vsd | Microsoft Visio | application/vnd.visio |
.wav | Waveform Audio Format | audio/wav |
.weba | WEBM audio | audio/webm |
.webm | WEBM video | video/webm |
.webp | WEBP image | image/webp |
.woff | Web Open Font Format (WOFF) | font/woff |
.woff2 | Web Open Font Format (WOFF) | font/woff2 |
.xhtml | XHTML | application/xhtml+xml |
.xls | Microsoft Excel | application/vnd.ms-excel |
.xlsx | Microsoft Excel (OpenXML) | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.xml | XML | RFC 7303 (섹션 4.1)부터 application/xml을 권장하지만, text/xml은 여전히 가끔 사용됩니다. 내용이 해석되는 방식에 따라 .xml 확장자를 가진 파일에 특정 MIME 타입을 할당할 수 있습니다. 예를 들어, Atom 피드는 application/atom+xml이지만, application/xml은 유효한 기본값으로 사용됩니다. |
.xul | XUL | application/vnd.mozilla.xul+xml |
.zip | ZIP archive | application/zip |
.3gp | 3GPP audio/video container | video/3gpp; 비디오가 포함되어 있지 않은 경우 audio/3gpp |
.3g2 | 3GPP2 audio/video container | video/3gpp2; 비디오가 포함되어 있지 않은 경우 audio/3gpp2 |
.7z | 7-zip archive | application/x-7z-compressed |
728x90
'개-발 > 이론' 카테고리의 다른 글
[MSA]Monolithic / MSA 아키텍처의 장 단점 (0) | 2024.07.05 |
---|---|
[CS] Spring Web MVC의 Dispatcher Servlet의 동작 원리 (0) | 2023.11.03 |
[CS]쓰레드와 쓰레드 풀 (0) | 2023.05.23 |
[CS] HTTP Method 특성 (멱등성, 안정성) (0) | 2023.04.24 |
[CS]웹 브라우저에 URL 입력하면 일어나는 일 (0) | 2023.04.14 |