Content-Type
Posted xuewting
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Content-Type相关的知识,希望对你有一定的参考价值。
决定浏览器以什么形式、编码读取这个文件
格式:
Content-Type: text/html; charset=utf-8
Content-Type: multipart/form-data; boundary=something
常见格式:
- text/html : HTML格式
- text/plain :纯文本格式
- text/xml : XML格式
- image/gif :gif图片格式
- image/jpeg :jpg图片格式
- image/png:png图片格式
- application/xhtml+xml :XHTML格式
- application/xml: XML数据格式
- application/atom+xml :Atom XML聚合格式
- application/json: JSON数据格式
- application/pdf:pdf格式
- application/msword : Word文档格式
- application/octet-stream : 二进制流数据(如常见的文件下载)
- application/x-www-form-urlencoded :
- multipart/form-data : 需要在表单中进行文件上传时,就需要使用该格式
以上是关于Content-Type的主要内容,如果未能解决你的问题,请参考以下文章