aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 2aabce48b4 Remove custom routing and path matching from HttpConnectionDispatcher (#471)
- We're now using the routing system in a very vanilla way now that
we're not using the URL space as part of the protocol.
- Removed the path argument from the HttpConnectionDispatcher (simplifies code and removes duplication from tests)
2017-05-20 00:34:29 -07:00
..
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
EchoEndPoint.cs
EndToEndTests.cs Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
HubEndpointTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
ServerFixture.cs Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
TestClient.cs