mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 21:55:49 +00:00
25 lines
282 B
Plaintext
25 lines
282 B
Plaintext
meta {
|
|
name: ws-test-request-with-headers
|
|
type: ws
|
|
seq: 2
|
|
}
|
|
|
|
ws {
|
|
url: ws://localhost:8081/ws
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Authorization: Dummy
|
|
X-BRUNO-COLLECTION-VAR: {{variable}}
|
|
}
|
|
|
|
body:ws {
|
|
name: message 1
|
|
content: '''
|
|
{
|
|
"func":"headers"
|
|
}
|
|
'''
|
|
}
|