aspnetcore/src/Http
James Newton-King 78b9b2e23e
Additional host matching tests (#16680)
2019-10-31 13:26:42 +13:00
..
Authentication.Abstractions
…
Authentication.Core Only run claims transformation once per ClaimsPrincipal instance by default (#12028) 2019-10-29 15:48:06 -07:00
Headers
…
Http
…
Http.Abstractions Fix references in documentation (#15436) 2019-10-28 11:41:04 -07:00
Http.Extensions
…
Http.Features
…
Metadata
…
Owin
…
Routing Additional host matching tests (#16680) 2019-10-31 13:26:42 +13:00
Routing.Abstractions
…
Shared
…
WebUtilities Merge remote-tracking branch 'origin/release/3.1' 2019-10-23 16:23:13 -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.