aspnetcore/test/shared
Nate McMaster 49b328d4c2 Handle absolute, asterisk, and authority-form request targets
Improves compliance with RFC 7230 on the expected handling of requests
that have URI or asterisk in the request target.

This means rejecting asterisk requests that are not OPTIONS and rejecting
authority-form requests taht are not CONNECT.

This also means the server will handle the path and query on targets
with absolute URIs as request-targets.
2017-03-09 16:54:12 -08:00
..
TestResources Upgrade to RC.3 2017-01-31 16:23:23 -08:00
DummyApplication.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
HttpClientSlim.cs
HttpParsingData.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
KestrelTestLoggerFactory.cs Warn instead of throw when ignoring IServerAddressesFeature 2017-01-19 11:36:19 -08:00
LifetimeNotImplemented.cs
MockConnection.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
MockSocketOutput.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs Use pass through connection adapter instead of ssl for max buffer size tests (#1391) 2017-02-23 08:04:43 -08:00
TestApp.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
TestApplicationErrorLogger.cs Better report Kestrel crashing errors 2017-02-07 00:26:00 -08:00
TestConnection.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs Bump test projects up to .NET 4.5.2 2017-02-14 09:21:44 -08:00
TestServer.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
TestServiceContext.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00