This commit is contained in:
2025-04-17 15:56:06 +08:00
commit 62d1c7a378
18 changed files with 1830 additions and 0 deletions

17
http.code-snippets Normal file
View 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",
"}",
]
},
}