aspnetcore/src/Http
James Newton-King 28cf059a3d
Sort endpoint pattern with OrdinalIgnoreCase (#6059)
2018-12-21 10:47:37 +13:00
..
Authentication.Abstractions/src
Authentication.Core
Headers
Http Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
Http.Abstractions Move EndpointModel and IEndpointConventionBuilder to HTTP abstractions (#4274) 2018-12-17 18:38:49 +13:00
Http.Extensions
Http.Features Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Owin Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Routing Sort endpoint pattern with OrdinalIgnoreCase (#6059) 2018-12-21 10:47:37 +13:00
Routing.Abstractions Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
WebUtilities Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
samples/SampleApp
HttpAbstractions.sln Fix order in DFA matcher test (#5954) 2018-12-21 07:33:54 +13:00
README.md
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.