POST /purchaseOrder HTTP/1.1---- 这一行 请求行
Host: www.geektime.com
Content-Type: application/json; charset=utf-8
Content-Length: nnn,从这一行往上是请求头,
这里必须是一行空行,这也是http请求的结构的一个必须存在的
{
"order": {
"date": "2018-07-01",
"className": " 趣谈网络协议 ",
"Author": " 刘超 ",
"price": "68"
}
}
请求体
展开