PlugFox / ws

WS: A compact, highly efficient WebSocket library. Easily establish, manage, and reconnect WebSocket connections in real-time apps.
https://pub.dev/packages/ws
MIT License
39 stars 5 forks source link

How to pass headers #10

Closed gauravmehta13 closed 8 months ago

gauravmehta13 commented 8 months ago

I need to pass headers to socket

PlugFox commented 8 months ago

@gauravmehta13

For android, ios, linux, windows, macos:

image

But this is not possible for browser web apps because browser API lacks this option.