aspnetcore/test
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
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests
Microsoft.AspNetCore.SignalR.Common.Tests
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests
Microsoft.AspNetCore.Sockets.Tests Remove custom routing and path matching from HttpConnectionDispatcher (#471) 2017-05-20 00:34:29 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp