aspnetcore/src/Http
Chris Ross 9077b38805
Implement IHttpResetFeature in Kestrel #10886 (#11300)
2019-06-18 11:14:40 -07:00
..
Authentication.Abstractions Require ClaimsPrincipal.Identity.IsAuthenticated for SignIn by default (#9482) 2019-05-31 15:43:00 -07:00
Authentication.Core Fix AuthenticationService summary 2019-06-07 01:35:38 +04:30
Headers
…
Http Reduce allocations when Activity is enabled (#11020) 2019-06-10 13:37:15 -07:00
Http.Abstractions Improve HostFiltering perf (#9359) 2019-06-10 09:32:00 -07:00
Http.Extensions Move IServerVariablesFeature to Http.Features (#11007) 2019-06-10 21:16:36 -07:00
Http.Features Implement IHttpResetFeature in Kestrel #10886 (#11300) 2019-06-18 11:14:40 -07:00
Metadata Produce Microsoft.AspNetCore.Authorization as a package (#10684) 2019-05-31 21:12:16 +02:00
Owin
…
Routing [Fixes #11183] Race condition in RouteBase.EnsureLoggers (#11218) 2019-06-15 00:54:14 +02:00
Routing.Abstractions
…
WebUtilities More read interface IList.Count once rather than per iteration + miscellany (#11253) 2019-06-17 11:22:45 -07:00
perf/Microbenchmarks
…
samples/SampleApp
…
HttpAbstractions.sln Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
README.md
…
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.