feat: add lazy inject and websocket debug

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-06-29 14:53:27 +08:00
parent d554b91358
commit 6780791747
13 changed files with 269 additions and 46 deletions

View File

@@ -0,0 +1,21 @@
@url=https://faas.n.yumc.pw
###
GET {{url}}/example
###
POST {{url}}/example
{
"username": 1
}
###
@websocket={{url}}/websocket
###
POST {{websocket}}
{
"name":"Socket.IO"
}