码迷,mamicode.com
首页 > Web开发 > 详细

Jmeter—http请求—content-type

时间:2016-07-06 13:21:08      阅读:937      评论:0      收藏:0      [点我收藏+]

标签:

 

目前工作中涉及到的content-type 有三种:

content-type:在Request Headers里,告诉服务器我们发送的请求信息是哪种格式的。

 

application/x-www-form-urlencoded

默认的。如果不指定content-type,默认使用此格式。

参数格式:key1=value1&key2=value2

 

2 application/json

参数为json格式 

{

 "key1":"value1",

 "key2":"value2"

}

 

3 multipart/form-data [dinghanhua]

上传文件用这种格式

发送的请求示例:

技术分享

 

 

the end!

Jmeter—http请求—content-type

标签:

原文地址:http://www.cnblogs.com/dinghanhua/p/5646435.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!