aspnetcore/test/Microsoft.AspNetCore.Http.T...
Doug Bunting 6f24508a33 Move remaining feature interfaces into `Microsoft.AspNetCore.Http.Features` package and namespace
- #590, also related to #561
- move feature interfaces from `Microsoft.AspNetCore.Http` package
- move required classes from `Microsoft.AspNetCore.Http.Abstractions` package
- move `ISession` and `WebSocketAcceptContext` to `Microsoft.AspNetCore.Http` namespace (#590)

nit: remove transient dependencies listed in `Microsoft.AspNetCore.Http.Abstractions`'s `project.json`
2016-03-21 09:05:09 -07:00
..
Authentication
ApplicationBuilderTests.cs
BufferingHelperTests.cs
DefaultHttpContextTests.cs Move remaining feature interfaces into `Microsoft.AspNetCore.Http.Features` package and namespace 2016-03-21 09:05:09 -07:00
DefaultHttpRequestTests.cs Use EscapeDataString for encoding Cookies 2016-01-29 12:58:36 -08:00
DefaultHttpResponseTests.cs
FakeResponseFeature.cs #578 Do not buffer the request body by default when reading forms. 2016-03-17 15:21:10 -07:00
FormFeatureTests.cs #578 Do not buffer the request body by default when reading forms. 2016-03-17 15:21:10 -07:00
HeaderDictionaryTests.cs
HttpContextFactoryTests.cs
HttpRequestIdentifierFeatureTests.cs
Microsoft.AspNetCore.Http.Tests.xproj Remove project name from output path 2016-03-02 18:51:48 -08:00
NonSeekableReadStream.cs #578 Do not buffer the request body by default when reading forms. 2016-03-17 15:21:10 -07:00
QueryFeatureTests.cs
ResponseCookiesTest.cs Use EscapeDataString for encoding Cookies 2016-01-29 12:58:36 -08:00
project.json Transition to netstandard. 2016-03-01 13:31:53 -08:00