mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
meta {
|
|
name: ws-test-request-with-subproto
|
|
type: ws
|
|
seq: 3
|
|
}
|
|
|
|
ws {
|
|
url: ws://localhost:8081/ws/sub-proto
|
|
body: ws
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Sec-WebSocket-Protocol: soap
|
|
Sec-WebSocket-Protocol: mqtt
|
|
Sec-WebSocket-Version: 13
|
|
}
|
|
|
|
body:ws {
|
|
name: message 1
|
|
content: '''
|
|
{}
|
|
'''
|
|
}
|