aspnetcore/src/Http
David Fowler b34acc9e86
Removed BufferSegment (#10982)
- This was leftover from the old StreamPipeReader impl
2019-06-07 08:51:46 -07:00
..
Authentication.Abstractions Require ClaimsPrincipal.Identity.IsAuthenticated for SignIn by default (#9482) 2019-05-31 15:43:00 -07:00
Authentication.Core Fix AuthenticationService summary 2019-06-07 01:35:38 +04:30
Headers ContentDispositionHeaderValue must encode/sanitize new-line char (#9971) 2019-05-15 09:34:50 -07:00
Http Removed BufferSegment (#10982) 2019-06-07 08:51:46 -07:00
Http.Abstractions Remove custom stream->pipe wrappers and make BodyReader/BodyWriter read-only (#10154) 2019-05-31 18:38:25 -07:00
Http.Extensions
Http.Features Remove custom stream->pipe wrappers and make BodyReader/BodyWriter read-only (#10154) 2019-05-31 18:38:25 -07:00
Metadata Produce Microsoft.AspNetCore.Authorization as a package (#10684) 2019-05-31 21:12:16 +02:00
Owin
Routing Use GetEndpoint extension method (#10745) 2019-06-03 09:23:43 -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 Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -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.