aspnetcore/src/Http
Andrew Stanton-Nurse 98ce12714a
Update XML docs for OnStarting (#19534)
2020-03-18 13:58:46 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers Avoid string allocation when converting zero (#19732) 2020-03-12 09:52:12 +13:00
Http
Http.Abstractions Update XML docs for OnStarting (#19534) 2020-03-18 13:58:46 -07:00
Http.Extensions
Http.Features
Metadata
Owin
Routing Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
Routing.Abstractions
Shared
WebUtilities Fix HttpResponseStreamWriter (#19216) 2020-02-21 16:16:44 -08: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.