mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +00:00
21 lines
200 B
Plaintext
21 lines
200 B
Plaintext
meta {
|
|
name: ws-test-request
|
|
type: ws
|
|
seq: 2
|
|
}
|
|
|
|
ws {
|
|
url: ws://localhost:8081/ws
|
|
body: ws
|
|
auth: inherit
|
|
}
|
|
|
|
body:ws {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"foo":"bar"
|
|
}
|
|
'''
|
|
}
|