aspnetcore/src/Http
Ben Adams bae733151b Lazy create RequestServicesFeature DisposeAsync statemachine (#9512) 2019-04-22 17:21:19 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
Http Lazy create RequestServicesFeature DisposeAsync statemachine (#9512) 2019-04-22 17:21:19 -07:00
Http.Abstractions Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
Http.Extensions UriHelper use Ordinal string.IndexOf (#9537) 2019-04-19 10:14:03 -07:00
Http.Features Support conditional compression #6925 (#8239) 2019-03-07 11:09:48 -08:00
Owin
Routing Skip string.Equals in FastPathTokenizer (#9579) 2019-04-22 10:06:21 -07:00
Routing.Abstractions
WebUtilities Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
perf/Microbenchmarks Improve HeaderSplit perf (#9309) 2019-04-11 22:29:23 -07:00
samples/SampleApp
HttpAbstractions.sln Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
README.md
build.cmd
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.