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 ContentDispositionHeaderValue must encode/sanitize new-line char (#9971) 2019-05-15 09:34:50 -07:00
Http Fix: #10091 2019-05-09 14:00:31 -07:00
Http.Abstractions Move AuthZ policy types back into Policy and rejigger AddAuthorization (#10021) 2019-05-20 16:20:19 -07:00
Http.Extensions Add support for Redirect preserving method/body (HTTP 307 and 308) (#9968) 2019-05-06 15:07:07 -07:00
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 Update all the things (except EF Core dependencies) (#10025) 2019-05-07 22:06:39 -07:00
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.