aspnetcore/src/Http
Chris Ross 6902b14471 [3.1.x] Backport HttpContext.Items fix (#17237) 2019-11-22 15:24:27 -08:00
..
Authentication.Abstractions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Authentication.Core Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Headers [3.0 patch] Re-implement SameSite for 2019 (#13870) 2019-10-09 14:19:33 -07:00
Http [3.1.x] Backport HttpContext.Items fix (#17237) 2019-11-22 15:24:27 -08:00
Http.Abstractions [3.0 patch] Re-implement SameSite for 2019 (#13870) 2019-10-09 14:19:33 -07:00
Http.Extensions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Http.Features [3.0 patch] Re-implement SameSite for 2019 (#13870) 2019-10-09 14:19:33 -07:00
Metadata
Owin Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Routing Port Throw when UseAuthorization is incorrectly configured (#14893) 2019-10-10 14:14:43 -07:00
Routing.Abstractions Merge branches 2019-10-14 13:21:58 -07:00
Shared Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
WebUtilities Handle large limits for form keys and values #13719 (#15066) 2019-10-17 10:37:07 -07:00
perf/Microbenchmarks [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
samples/SampleApp [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
HttpAbstractions.sln Port Throw when UseAuthorization is incorrectly configured (#14893) 2019-10-10 14:14:43 -07:00
README.md
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.