21 lines
189 B
Plaintext
21 lines
189 B
Plaintext
|
@url=https://faas.n.yumc.pw
|
||
|
|
||
|
###
|
||
|
GET {{url}}/example
|
||
|
|
||
|
###
|
||
|
POST {{url}}/example
|
||
|
|
||
|
{
|
||
|
"username": 1
|
||
|
}
|
||
|
|
||
|
###
|
||
|
@websocket={{url}}/websocket
|
||
|
|
||
|
###
|
||
|
POST {{websocket}}
|
||
|
|
||
|
{
|
||
|
"name":"Socket.IO"
|
||
|
}
|