参考: - https://stackoverflow.com/questions/23714383/what-are-all-the-possible-values-for-http-content-type-header - https://www.iana.org/assignments/media-types/media-types.xhtml 所有的 Media Types
Type application
| field | value | curl cmd | 
|---|---|---|
| Content-Type | application/json | Content-Type: application/json | 
| Content-Type | application/xml | Content-Type: application/xml | 
| Content-Type | application/java-archive | Content-Type: application/java-archive | 
| Content-Type | application/EDI-X12 | Content-Type: application/EDI-X12 | 
| Content-Type | application/EDIFACT | Content-Type: application/EDIFACT | 
| Content-Type | application/javascript | Content-Type: application/javascript | 
| Content-Type | application/octet-stream | Content-Type: application/octet-stream | 
| Content-Type | application/ogg | Content-Type: application/ogg | 
| Content-Type | application/pdf | Content-Type: application/pdf | 
| Content-Type | application/xhtml+xml | Content-Type: application/xhtml+xml | 
| Content-Type | application/x-shockwave-flash | Content-Type: application/x-shockwave-flash | 
| Content-Type | application/ld+json | Content-Type: application/ld+json | 
| Content-Type | application/zip | Content-Type: application/zip | 
| Content-Type | application/x-www-form-urlencoded | Content-Type: application/x-www-form-urlencoded | 
Type audio
| field | value | curl cmd | 
|---|---|---|
| Content-Type | audio/mpeg | Content-Type: audio/mpeg | 
| Content-Type | audio/x-ms-wma | Content-Type: audio/x-ms-wma | 
| Content-Type | audio/vnd.rn-realaudio | Content-Type: audio/vnd.rn-realaudio | 
| Content-Type | audio/x-wav | Content-Type: audio/x-wav | 
Type image
| field | value | curl cmd | 
|---|---|---|
| Content-Type | image/gif | Content-Type: image/gif | 
| Content-Type | image/jpeg | Content-Type: image/jpeg | 
| Content-Type | image/png | Content-Type: image/png | 
| Content-Type | image/tiff | Content-Type: image/tiff | 
| Content-Type | image/vnd.microsoft.icon | Content-Type: image/vnd.microsoft.icon | 
| Content-Type | image/x-icon | Content-Type: image/x-icon | 
| Content-Type | image/vnd.djvu | Content-Type: image/vnd.djvu | 
| Content-Type | image/svg+xml | Content-Type: image/svg+xml | 
Type multipart
| field | value | curl cmd | 
|---|---|---|
| Content-Type | multipart/mixed | Content-Type: multipart/mixed | 
| Content-Type | multipart/alternative | Content-Type: multipart/alternative | 
| Content-Type | multipart/related (using by MHTML (HTML mail).) | Content-Type: multipart/related (using by MHTML (HTML mail).) | 
| Content-Type | multipart/form-data | Content-Type: multipart/form-data | 
Type text
| field | value | curl cmd | 
|---|---|---|
| Content-Type | text/css | Content-Type: text/css | 
| Content-Type | text/csv | Content-Type: text/csv | 
| Content-Type | text/html | Content-Type: text/html | 
| Content-Type | text/javascript (obsolete) | Content-Type: text/javascript (obsolete) | 
| Content-Type | text/plain | Content-Type: text/plain | 
| Content-Type | text/xml | Content-Type: text/xml | 
Type video
| field | value | curl cmd | 
|---|---|---|
| Content-Type | video/mpeg | Content-Type: video/mpeg | 
| Content-Type | video/mp4 | Content-Type: video/mp4 | 
| Content-Type | video/quicktime | Content-Type: video/quicktime | 
| Content-Type | video/x-ms-wmv | Content-Type: video/x-ms-wmv | 
| Content-Type | video/x-msvideo | Content-Type: video/x-msvideo | 
| Content-Type | video/x-flv | Content-Type: video/x-flv | 
| Content-Type | video/webm | Content-Type: video/webm | 
Type vnd
| field | value | curl cmd | 
|---|---|---|
| Content-Type | application/vnd.android.package-archive | Content-Type: application/vnd.android.package-archive | 
| Content-Type | application/vnd.oasis.opendocument.text | Content-Type: application/vnd.oasis.opendocument.text | 
| Content-Type | application/vnd.oasis.opendocument.spreadsheet | Content-Type: application/vnd.oasis.opendocument.spreadsheet | 
| Content-Type | application/vnd.oasis.opendocument.presentation | Content-Type: application/vnd.oasis.opendocument.presentation | 
| Content-Type | application/vnd.oasis.opendocument.graphics | Content-Type: application/vnd.oasis.opendocument.graphics | 
| Content-Type | application/vnd.ms-excel | Content-Type: application/vnd.ms-excel | 
| Content-Type | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | 
| Content-Type | application/vnd.ms-powerpoint | Content-Type: application/vnd.ms-powerpoint | 
| Content-Type | application/vnd.openxmlformats-officedocument.presentationml.presentation | Content-Type: application/vnd.openxmlformats-officedocument.presentationml.presentation | 
| Content-Type | application/msword | Content-Type: application/msword | 
| Content-Type | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document | 
| Content-Type | application/vnd.mozilla.xul+xml | Content-Type: application/vnd.mozilla.xul+xml |