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 Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
Authentication.Core Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
Headers Seal some internal derived classes (#9880) 2019-05-01 10:29:05 -07:00
Http Seal some internal derived classes (#9880) 2019-05-01 10:29:05 -07:00
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 Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
Owin Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
Routing Remove EndpointSelectorContext 2019-05-08 08:14:24 -07:00
Routing.Abstractions Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
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.