aspnetcore/test
David Fowler d55ebfeee0 Split http and non-http layers (#487)
* Split http and non-http layers
- This change introduces Microsoft.AspNetCore.SignalR.Http
and Microsoft.AspNetCore.Sockets.Http which expose extension methods
on IAppBuilder for wiring up a sockets and signalr pipeline.
2017-05-24 07:09:46 -07:00
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Split http and non-http layers (#487) 2017-05-24 07:09:46 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks
Microsoft.AspNetCore.SignalR.Tests Split http and non-http layers (#487) 2017-05-24 07:09:46 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.AspNetCore.Sockets.Tests Split http and non-http layers (#487) 2017-05-24 07:09:46 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
Microsoft.Extensions.WebSockets.Internal.Tests Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
WebSocketsTestApp