Merge pull request #3461 from glennpow/glenn/websocket-headers

Allow WebsocketClientTransport to send custom headers
This commit is contained in:
Mark Backman
2026-01-15 20:26:36 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

1
changelog/3461.added.md Normal file
View File

@@ -0,0 +1 @@
- Added the `additional_headers` param to `WebsocketClientParams`, allowing `WebsocketClientTransport` to send custom headers on connect, for cases such as authentication.