aspnetcore/src/Http
Chris Ross 66de493473 Mark bytes as consumed #13372 (#13394) 2019-08-24 12:03:03 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers
Http Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Abstractions Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Extensions Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Features Multitarget packages to remove dependencies for source build (#12936) 2019-08-09 19:25:48 -07:00
Metadata
Owin Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Routing Revert "Fix endpoint routing statefulness." 2019-08-13 13:27:36 -07:00
Routing.Abstractions
Shared Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
WebUtilities Mark bytes as consumed #13372 (#13394) 2019-08-24 12:03:03 -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.