aspnetcore/src/Http
Stephen Halter 327d55d01c
Prevent ODE when response body isn't reset (#25779)
2020-09-10 18:14:08 -07:00
..
Authentication.Abstractions/src Use T? for unconstrained nullable types (#25772) 2020-09-10 15:15:11 -07:00
Authentication.Core [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Headers Use T? for unconstrained nullable types (#25772) 2020-09-10 15:15:11 -07:00
Http Prevent ODE when response body isn't reset (#25779) 2020-09-10 18:14:08 -07:00
Http.Abstractions [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Http.Extensions Use T? for unconstrained nullable types (#25772) 2020-09-10 15:15:11 -07:00
Http.Features Use T? for unconstrained nullable types (#25772) 2020-09-10 15:15:11 -07:00
Metadata/src [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Owin [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Routing Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
Routing.Abstractions [release/5.0-rc2] Add public API baselines for HTML and HTTP (#25638) 2020-09-06 14:26:02 -07:00
Shared
WebUtilities [release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555) 2020-09-08 23:34:53 +00:00
perf/Microbenchmarks
samples/SampleApp
.editorconfig Enable FxCop Analyzers for the repo (#23709) 2020-07-08 15:26:22 -07:00
.vsconfig
HttpAbstractions.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
README.md
build.cmd
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00

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.