aspnetcore/src/Http
Ben Adams 5ff2910d09 UriHelper use Ordinal string.IndexOf (#9537) 2019-04-19 10:14:03 -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 Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -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
Owin
Routing Lazy create EndpointRouting statemachines (#9506) 2019-04-18 16:40:06 -07:00
Routing.Abstractions
WebUtilities Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
perf/Microbenchmarks
samples/SampleApp
HttpAbstractions.sln
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.