Files
bruno/tests/websockets/multi-message-bru/fixtures/collection/ws-multi-msg.bru
2026-04-28 15:31:10 +05:30

30 lines
306 B
Plaintext

meta {
name: ws-multi-msg
type: ws
seq: 1
}
ws {
url: ws://localhost:8081/ws/echo
body: ws
auth: inherit
}
body:ws {
name: message 1
type: json
content: '''
{
"action": "subscribe"
}
'''
}
body:ws {
name: message 2
type: text
content: '''
hello world
'''
}