文本与数据
| 代码 / 命令 | 说明 |
|---|
.json | application/json |
.xml | application/xml / text/xml |
.txt | text/plain |
.csv | text/csv |
.html | text/html |
.css | text/css |
.js | text/javascript |
.md | text/markdown |
.yaml / .yml | application/yaml / text/yaml |
图片与音视频
| 代码 / 命令 | 说明 |
|---|
.png | image/png |
.jpg / .jpeg | image/jpeg |
.gif | image/gif |
.webp | image/webp |
.svg | image/svg+xml |
.ico | image/x-icon / image/vnd.microsoft.icon |
.mp3 | audio/mpeg |
.mp4 | video/mp4 |
.webm | video/webm |
文档与压缩包
| 代码 / 命令 | 说明 |
|---|
.pdf | application/pdf |
.zip | application/zip |
.gz | application/gzip |
.7z | application/x-7z-compressed |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
表单与二进制
| 代码 / 命令 | 说明 |
|---|
表单 URL 编码 | application/x-www-form-urlencoded |
表单文件上传 | multipart/form-data |
原始二进制 | application/octet-stream |
WASM | application/wasm |