📜  vs code rest 客户端发布请求示例 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:29.794000             🧑  作者: Mango

代码示例1
POST https://example.com/comments HTTP/1.1
content-type: application/json

{
    "name": "sample",
    "time": "Wed, 21 Oct 2015 18:27:50 GMT"
}