jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
90 stars 62 forks source link

Add Http Header to the Signalr Connection. #42

Closed SravanKumar35 closed 3 years ago

SravanKumar35 commented 3 years ago

I need to send a parameter called uid to the signalr connection. I need it to be sent as an HTTP header. Is there a way, to send it as an HTTP header

jamiewest commented 3 years ago

Please see issue 39 to how to implement a custom HttpClient that modifies the headers sent.