Adds functionality to parse a URI path given a way to find an endpoint. This is the replacement for various machinications using the global route collection and `RouteData.Routers` in earlier versions. For now I'm just adding a way to do this using Endpoint Name since it's a pretty low level feature. Endpoint Name is also very direct, so it feels good for something like this. |
||
|---|---|---|
| .. | ||
| Authentication.Abstractions | ||
| Authentication.Core | ||
| Headers | ||
| Http | ||
| Http.Abstractions | ||
| Http.Extensions | ||
| Http.Features | ||
| Owin | ||
| Routing | ||
| Routing.Abstractions | ||
| WebUtilities | ||
| perf/Microbenchmarks | ||
| 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.