mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
30 lines
306 B
Plaintext
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
|
|
'''
|
|
}
|