HTTP头Content-Type类型记录

Posted mysticbinary

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTTP头Content-Type类型记录相关的知识,希望对你有一定的参考价值。

默认发POST格式

Content-Type: application/x-www-form-urlencoded

Content-Type: application/x-www-form-urlencoded

bankCode:"TEST"&bankAreaCode="440305"

发JSON格式

Content-Type: application/json; charset=utf-8

Content-Type: application/json; charset=utf-8

{"bankCode":"TEST","bankAreaCode":"440305"}

以上是关于HTTP头Content-Type类型记录的主要内容,如果未能解决你的问题,请参考以下文章

获取相应头信息Response Headers的内容类型Content-Type

HTTP请求中,几种常见的Content-Type类型解析

http请求头content-type类型常见值

HTTP协议的 Accept 和 Content-Type 请求头

请求头Content-Type

HTTP协议的消息头:Content-Type和Accept的作用