REST Client
https://marketplace.visualstu...
创建 test.http 文件
@url = http://127.0.0.1:3000
@json = Content-Type: application/json
###
get {{url}}?id=1
{{json}}
###
post {{url}}/login
{{json}}
{
"username":"user1",
"password":"pwd1"
}
https://marketplace.visualstu...
创建 test.http 文件
@url = http://127.0.0.1:3000
@json = Content-Type: application/json
###
get {{url}}?id=1
{{json}}
###
post {{url}}/login
{{json}}
{
"username":"user1",
"password":"pwd1"
}
zhiqiang阅读 509
曼巴阅读 939
uiuihaoAICG阅读 884
瘦瘦的企鹅阅读 688
独立开发爱好者阅读 674
瘦瘦的企鹅阅读 578
月半大熊猫阅读 576
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。