json(restful):
- Content-Type: application/json;charset=utf-8
复制代码
表单:
- Content-Type: application/x-www-form-urlencoded;charset=utf-8
复制代码
表单文件:
- Content-Type: multipart/form-data;charset=utf-8
复制代码
纯文本:
- Content-Type: text/plain;charset=utf-8
复制代码
html文本:
- Content-Type: text/html;charset=utf-8
复制代码
soap协议:
- Content-Type: application/soap+xml;charset=utf-8
复制代码
文件:
- Content-Type: application/file;charset=utf-8
复制代码 |