aspnetcore/src/Http
James Newton-King ac1b5c58b0
Fix NU1105 errors in HttpAbstractions.sln (#4608)
2018-12-13 10:15:01 +13:00
..
Authentication.Abstractions/src
Authentication.Core
Headers
Http Adds MinimumReadThreshold to StreamPipeReader. (#4372) 2018-12-12 13:09:15 -05:00
Http.Abstractions
Http.Extensions
Http.Features
Owin
Routing Merge branch 'release/2.2' 2018-12-11 18:04:58 -08:00
Routing.Abstractions
WebUtilities
samples/SampleApp
HttpAbstractions.sln Fix NU1105 errors in HttpAbstractions.sln (#4608) 2018-12-13 10:15:01 +13:00
README.md
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.