aspnetcore/src/Http
Justin Kotalik c22de8f39c
Add retries to helix failures and re-enable helix as a required workload (#9221)
2019-05-08 08:21:44 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers
Http
Http.Abstractions Add retries to helix failures and re-enable helix as a required workload (#9221) 2019-05-08 08:21:44 -07:00
Http.Extensions Add support for Redirect preserving method/body (HTTP 307 and 308) (#9968) 2019-05-06 15:07:07 -07:00
Http.Features
Owin
Routing Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
Routing.Abstractions
WebUtilities Update all the things (except EF Core dependencies) (#10025) 2019-05-07 22:06:39 -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.