aspnetcore/src/Http
Nate McMaster 53682c0548
Merge branch 'release/2.2'
2019-01-17 11:01:12 -08:00
..
Authentication.Abstractions/src
Authentication.Core Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Headers Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Http Implement Stream Adapters (and minor nitpics) (#6583) 2019-01-15 09:00:06 -08:00
Http.Abstractions Implement Stream Adapters (and minor nitpics) (#6583) 2019-01-15 09:00:06 -08:00
Http.Extensions Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Http.Features Implement Stream Adapters (and minor nitpics) (#6583) 2019-01-15 09:00:06 -08:00
Owin Remove old 1.x auth stack (#4485) 2019-01-09 15:56:19 -08:00
Routing Merge branch 'release/2.2' 2019-01-17 11:01:12 -08:00
Routing.Abstractions Merge branch 'release/2.2' 2019-01-09 18:09:25 -08:00
WebUtilities Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
samples/SampleApp Remove all extensibility from the DefaultHttpContext (#6504) 2019-01-09 11:37:06 -08:00
HttpAbstractions.sln Merge branch 'release/2.1' into release/2.2 2019-01-10 01:22:10 -08:00
README.md
build.cmd Implement PipeBody Features and add to HttpContext (#6394) 2019-01-08 21:31:50 -08:00
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.