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
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
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
Owin
Routing
Routing.Abstractions
Shared
WebUtilities
perf/Microbenchmarks
samples/SampleApp
.editorconfig
.vsconfig
HttpAbstractions.slnf
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.