1. json(restful):
    Content-Type: application/json;charset=utf-8
  2. 表单:
    Content-Type: application/x-www-form-urlencoded;charset=utf-8
  3. 表单文件:
    Content-Type: multipart/form-data;charset=utf-8
  4. 纯文本:
    Content-Type: text/plain;charset=utf-8
  5. html文本:
    Content-Type: text/html;charset=utf-8
  6. soap协议:
    Content-Type: application/soap+xml;charset=utf-8
  7. 文件:
    Content-Type: application/file;charset=utf-8