aspnetcore/src/Http
Chris Ross f198e559f8 [2.1] Re-implement SameSite for 2019 (#13746)
* Re-implement SameSite for 2019 #12125

* Rename compat flag

* Use Microsoft.AspNetCore.SuppressSameSiteNone compat key

* Backport CookiePolicy quirk and sample

* Patch config
2019-10-03 14:37:24 -07:00
..
Authentication.Abstractions/src
Authentication.Core Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Headers [2.1] Re-implement SameSite for 2019 (#13746) 2019-10-03 14:37:24 -07:00
Http Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Http.Abstractions Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Http.Extensions Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Http.Features Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Owin Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Routing Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
Routing.Abstractions Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
WebUtilities Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
samples/SampleApp
HttpAbstractions.sln
README.md
startvs.cmd

README.md

Http Abstractions

This folders contains projects for HTTP abstractions for ASP.NET Core such as HttpContext, HttpRequest, HttpResponse and RequestDelegate.

It also contains IApplicationBuilder and extensions to create and compose your application's pipeline.