### 发送表单数据,相当于提交表单
POST http://localhost:8080/chat18/requestbody/test1
Content-Type: application/x-www-form-urlencoded...: application/json;charset=UTF-8
{
"blog": "itsoku.com",
"course": [
"Spring高手系列",
"MySQL...: application/json;charset=UTF-8
{
"name": "路人",
"age": 35,
"skills": [
"高并发",
"Spring...",
"分布式事务",
"MQ",
"MySQL"
]
}
7.4、控制台输出
headers:[content-type:"application/json;charset...:"application/json;charset=UTF-8", content-length:"130", host:"localhost:8080", connection:"Keep-Alive