Files
bruno/tests/websockets/fixtures/collection/ws-test-request-with-subproto.bru
2025-11-06 19:05:35 +05:30

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: '''
{}
'''
}