20250417
This commit is contained in:
17
http.code-snippets
Normal file
17
http.code-snippets
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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",
|
||||
"}",
|
||||
]
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user