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