aspnetcore/src/Http
Chris Ross 6d43b50183
Handle large limits for form keys and values #13719 (#15066)
2019-10-17 10:37:07 -07: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 Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07: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
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
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.