问题来源:
学习restful api vscode 里面的rest client报错
解决办法:
POST http://localhost:3000/users
Content-Type: application/json
{
"name":"Jesse",
}
Content-Type 和 json字符串中间必须有一个空行 url和conten-type之间不能有空行
问题来源:
学习restful api vscode 里面的rest client报错
解决办法:
POST http://localhost:3000/users
Content-Type: application/json
{
"name":"Jesse",
}
Content-Type 和 json字符串中间必须有一个空行 url和conten-type之间不能有空行