Files
snippets/http.code-snippets
2025-04-17 15:56:06 +08:00

18 lines
401 B
Plaintext

{
"post-json": {
"scope": "http",
"prefix": "post-json",
"body": [
"### description",
"POST http://${1:zhouxy.xyz/api} HTTP/1.1",
"Accept: application/json",
"Content-Type: application/json",
"$2",
"",
"{",
" \"${3:key}\": ${4:value}$5",
"}",
]
},
}