aspnetcore/clients/ts/signalr/spec
David Fowler 903fe1e902
Added support for negotiate response to redirect the client to another SignalR endpoint (#2070)
- Add a SkipNegotiation flag to the .NET and ts client
to allow skipping the negotiation phase. Don't infer it based on the transport type.
-  Updated the negotiate protocol to support returning a redirect url
- Added support to .NET client to handle redirect negotiations
- Handle poorly written endpoints that sends infinite redirects
- Added access token support and an infinite redirect guard
- Add delete handler for stopping the transport
2018-04-18 14:22:45 -07:00
..
AbortSignal.spec.ts
Common.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
HttpClient.spec.ts
HttpConnection.spec.ts Added support for negotiate response to redirect the client to another SignalR endpoint (#2070) 2018-04-18 14:22:45 -07:00
HubConnection.spec.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
JsonHubProtocol.spec.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
TestHttpClient.ts Added support for negotiate response to redirect the client to another SignalR endpoint (#2070) 2018-04-18 14:22:45 -07:00
TextMessageFormatter.spec.ts
Utils.ts
tsconfig.json