aspnetcore/src/Http
Nate McMaster 53682c0548
Merge branch 'release/2.2'
2019-01-17 11:01:12 -08:00
..
Authentication.Abstractions/src Change HTTP projects to target netcoreapp3.0 #3754 (#4625) 2018-12-14 09:36:57 -08:00
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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-19 21:12:01 -08:00
build.cmd Implement PipeBody Features and add to HttpContext (#6394) 2019-01-08 21:31:50 -08:00
startvs.cmd [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) 2018-12-11 16:13:20 -08:00

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.