mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
* feat: ws multi message * fix * fix * fix * improve: UX * improve: new message ui * fix * fix * fix * fix * fix * fix: rename message title * chore: cleanup * change: add message color * fix(websocket): correct cursor and truncate long message names --------- Co-authored-by: Sid <siddharth@usebruno.com>
19 lines
241 B
YAML
19 lines
241 B
YAML
info:
|
|
name: ws-single-msg
|
|
type: websocket
|
|
seq: 2
|
|
|
|
websocket:
|
|
url: ws://localhost:8081/ws/echo
|
|
message:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"foo": "bar"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
timeout: 0
|
|
keepAliveInterval: 0
|