jamiewest / signalr_core

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

Adding a custom header #46

Closed firatcetiner closed 3 years ago

firatcetiner commented 3 years ago

Is there any way of adding a custom header to the negotiation request? Because the package does not expose the IOClient or BaseClient, therefore I cannot implement it. I'm using another layer of authentication at the server-side via an API key, in addition to the JWT based authentication and I do need to pass that API key to the request headers.