aspnetcore/src/Http
Justin Kotalik cdd38d70cf
Implement Stream Adapters (and minor nitpics) (#6583)
2019-01-15 09:00:06 -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 Fix #6102 - Intense CPU utilization on page change (#6542) 2019-01-13 21:03:26 -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
HttpAbstractions.sln
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.