aspnetcore/src/Http
Nate McMaster 9a2db43848
Follow-up to VS2019 conversion (#7753)
* Set VS version in file to 16.0.0.0
* Fix for restore failure on Microsoft.AspNetCore.App.Runtime.csproj
2019-02-20 11:02:38 -08:00
..
Authentication.Abstractions/src
Authentication.Core
Headers
Http Work around WriteBarrier assign for nulling struct (#7659) 2019-02-16 20:09:39 -08:00
Http.Abstractions
Http.Extensions
Http.Features Work around WriteBarrier assign for nulling struct (#7659) 2019-02-16 20:09:39 -08:00
Owin
Routing Add test for HTTP method metadata order (#7225) 2019-02-18 09:20:12 +13:00
Routing.Abstractions
WebUtilities
samples/SampleApp
HttpAbstractions.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
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.