http请求头部常用参数

Posted zhumaoyu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了http请求头部常用参数相关的知识,希望对你有一定的参考价值。

post 请求头

            header: {
              ‘content-type‘: ‘application/x-www-form-urlencoded‘ // 默认值
            },

请求头

            header: {
              ‘content-type‘: ‘application/json‘ // 默认值
            },

 

 

header: {
‘content-type‘: ‘application/x-www-form-urlencoded‘ // 默认值
},

以上是关于http请求头部常用参数的主要内容,如果未能解决你的问题,请参考以下文章

常用的HTTP请求头与响应头

http请求获取不到响应头部信息

HTTP常用头部信息

HTTP头部信息

HTTP 请求报文和响应报文的格式

aiohttp 异步http请求-9.ClientSession自定义请求头部