aspnetcore/src/Http/README.md

7 lines
289 B
Markdown

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.