aspnetcore/src/Http
James Newton-King aadbed62de
Add event name in routing (#6455)
2019-01-09 12:01:14 +13:00
..
Authentication.Abstractions/src Change HTTP projects to target netcoreapp3.0 #3754 (#4625) 2018-12-14 09:36:57 -08:00
Authentication.Core Change HTTP projects to target netcoreapp3.0 #3754 (#4625) 2018-12-14 09:36:57 -08:00
Headers Remove InplaceStringBuilder usages (#6163) 2019-01-02 15:50:19 -08:00
Http Move PipeAdapters to System.IO.Pipelines namespace. (#6325) 2019-01-03 15:58:59 -08:00
Http.Abstractions Move EndpointModel and IEndpointConventionBuilder to HTTP abstractions (#4274) 2018-12-17 18:38:49 +13:00
Http.Extensions Change HTTP projects to target netcoreapp3.0 #3754 (#4625) 2018-12-14 09:36:57 -08:00
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 Add event name in routing (#6455) 2019-01-09 12:01:14 +13:00
Routing.Abstractions Merge branch 'release/2.2' 2018-12-14 16:03:16 -08:00
WebUtilities Fix incorrect Debug.Assert statements 2019-01-02 14:13:46 -08:00
samples/SampleApp Change HTTP projects to target netcoreapp3.0 #3754 (#4625) 2018-12-14 09:36:57 -08:00
HttpAbstractions.sln Move PipeAdapters to System.IO.Pipelines namespace. (#6325) 2019-01-03 15:58:59 -08: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.