* Added some doc comments to bedrock APIs - Also cleaned up some HttpContext doc comments * Apply suggestions from code review PR feedback Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com> * Apply suggestions from code review Co-Authored-By: Justin Kotalik <jukotali@microsoft.com> |
||
|---|---|---|
| .. | ||
| Authentication.Abstractions | ||
| Authentication.Core | ||
| Headers | ||
| Http | ||
| Http.Abstractions | ||
| Http.Extensions | ||
| Http.Features | ||
| Metadata | ||
| 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.