Skip to content

v0.3.0 Configurable http connection

Pre-release
Pre-release
Compare
Choose a tag to compare
@philippseith philippseith released this 18 Sep 18:11
· 380 commits to master since this release

Client connections are now created with NewHttpConnection instead of NewHttpClient (removed, breaking change)

  • WithHTTPClientOption sets the http client used to connect to the signalR server
  • WithHTTPHeadersOption sets the function for providing request headers for HTTP and websocket requests