aspnetcore/src/Http
James Newton-King 05895cde64
Fix endpoint routing flaky test on build server in 2.2 (#7489)
2019-02-14 17:48:22 +13:00
..
Authentication.Abstractions/src
Authentication.Core Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Headers Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Http Use object indirection in HttpContextAccessor (#1066) (#6036) 2019-01-14 20:31:36 -08:00
Http.Abstractions Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Http.Extensions Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Http.Features Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Owin Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Routing Fix endpoint routing flaky test on build server in 2.2 (#7489) 2019-02-14 17:48:22 +13:00
Routing.Abstractions Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
WebUtilities Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
samples/SampleApp
HttpAbstractions.sln Merge branch 'release/2.1' into release/2.2 2019-01-10 01:22:10 -08:00
README.md
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.