aspnetcore/test/shared
Cesar Blum Silveira 4117ad8a1e Refactor non-body response handling.
- Add functional tests
- Remove BadHttpResponse, ResponseRejectionReasons and TestFrameProtectedMembers
- Chunk non-keepalive HTTP/1.1 responses
- Set _canHaveBody to true when StatusCode == 101
- Add test to check that upgraded connections are always closed when the app
  is done
- Log writes on responses to HEAD requests only once.
2016-10-03 16:46:59 -07:00
..
DummyApplication.cs
HttpClientSlim.cs
LifetimeNotImplemented.cs
MockSystemClock.cs
TestApplicationErrorLogger.cs
TestConnection.cs Add request headers timeout (#1110). 2016-09-27 17:08:02 -07:00
TestKestrelTrace.cs Refactor non-body response handling. 2016-10-03 16:46:59 -07:00
TestServer.cs
TestServiceContext.cs