aspnetcore/src/Http
Chris Ross 9077b38805
Implement IHttpResetFeature in Kestrel #10886 (#11300)
2019-06-18 11:14:40 -07:00
..
Authentication.Abstractions
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
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
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.