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
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs
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
TestApplicationErrorLogger.cs
TestConnection.cs
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
TestServiceContext.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00