text/* 文本
| .html HTML | text/html | |
| .htm HTML | text/html | |
| .css CSS | text/css | |
| .js JavaScript | text/javascript | |
| .mjs JavaScript Module | text/javascript | |
| .txt Plain Text | text/plain | |
| .md Markdown | text/markdown | |
| .csv CSV | text/csv | |
| .yaml YAML | text/yaml | |
| .yml YAML | text/yaml | |
| .ini INI | text/plain | |
| .py Python | text/x-python | |
| .ts TypeScript | text/typescript | |
| .tsx TSX | text/typescript | |
| .jsx JSX | text/javascript | |
| .vue Vue | text/x-vue | |
| .svelte Svelte | text/x-svelte | |
| .proto Protobuf | text/x-proto | |
| .ics iCalendar | text/calendar |
application/* 应用
| .json JSON | application/json | |
| .xml XML | application/xml | |
| .toml TOML | application/toml | |
| .pdf PDF | application/pdf | |
| .zip ZIP | application/zip | |
| .gz Gzip | application/gzip | |
| .tar Tar | application/x-tar | |
| .rar RAR | application/vnd.rar | |
| .7z 7-Zip | application/x-7z-compressed | |
| .eot EOT | application/vnd.ms-fontobject | |
| .doc Word | application/msword | |
| .docx Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
| .xls Excel | application/vnd.ms-excel | |
| .xlsx Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
| .ppt PowerPoint | application/vnd.ms-powerpoint | |
| .pptx PowerPoint | application/vnd.openxmlformats-officedocument.presentationml.presentation | |
| .wasm WebAssembly | application/wasm | |
| .bin Binary | application/octet-stream | |
| .exe Executable | application/octet-stream | |
| .sh Shell Script | application/x-sh | |
| .sql SQL | application/sql | |
| .graphql GraphQL | application/graphql | |
| .rtf RTF | application/rtf | |
| .swf Flash | application/x-shockwave-flash |
image/* 图片
| .png PNG | image/png | |
| .jpg JPEG | image/jpeg | |
| .jpeg JPEG | image/jpeg | |
| .gif GIF | image/gif | |
| .svg SVG | image/svg+xml | |
| .webp WebP | image/webp | |
| .ico ICO | image/x-icon | |
| .bmp BMP | image/bmp | |
| .avif AVIF | image/avif |
audio/* 音频
| .mp3 MP3 | audio/mpeg | |
| .wav WAV | audio/wav | |
| .ogg OGG | audio/ogg |
video/* 视频
| .mp4 MP4 | video/mp4 | |
| .webm WebM | video/webm | |
| .avi AVI | video/x-msvideo | |
| .mov MOV | video/quicktime | |
| .mpeg MPEG | video/mpeg |
font/* 字体
| .woff WOFF | font/woff | |
| .woff2 WOFF2 | font/woff2 | |
| .ttf TrueType | font/ttf | |
| .otf OpenType | font/otf |