feat: add lazy inject and websocket debug
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
21
packages/core/cc-server.http
Normal file
21
packages/core/cc-server.http
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user