aspnetcore/src/Http
Hao Kung 16a47948f8
Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021)
2019-05-20 16:20:19 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers
Http
Http.Abstractions Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021) 2019-05-20 16:20:19 -07:00
Http.Extensions
Http.Features
Metadata Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021) 2019-05-20 16:20:19 -07:00
Owin
Routing Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021) 2019-05-20 16:20:19 -07:00
Routing.Abstractions
WebUtilities
perf/Microbenchmarks
samples/SampleApp Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
HttpAbstractions.sln Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -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.