aspnetcore/src/Http
Hao Kung a0eb923ab5
Add TryAddScheme (#14448)
2019-10-21 10:08:52 -07:00
..
Authentication.Abstractions Add TryAddScheme (#14448) 2019-10-21 10:08:52 -07:00
Authentication.Core Add TryAddScheme (#14448) 2019-10-21 10:08:52 -07:00
Headers Making docs more inclusive (#14607) 2019-10-07 22:25:36 -07:00
Http Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) 2019-10-16 17:09:54 -07:00
Http.Abstractions Add XML docs to IHttpContextAccessor and IHttpContextFactory (#14747) 2019-10-07 08:51:33 -07:00
Http.Extensions Improve documentation RequestHeaders and ResponseHeaders #3465 (#14971) 2019-10-16 09:41:28 -07:00
Http.Features [3.1] Re-implement SameSite for 2019 (#13776) 2019-10-01 16:04:59 -07:00
Metadata
…
Owin Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14083) 2019-09-17 22:06:38 -07:00
Routing Fixes spell across test classes and comments (#14958) 2019-10-13 20:46:20 -07:00
Routing.Abstractions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14083) 2019-09-17 22:06:38 -07:00
Shared
…
WebUtilities Fixes spell across test classes and comments (#14958) 2019-10-13 20:46:20 -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 Throw when UseAuthorization is incorrectly configured 2019-10-01 16:08:24 -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.