aspnetcore/src/Http
Martin Costello ca7c48c520 Fix ArgumentException from duplicate key (#6416) 2019-01-07 13:42:36 +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 Fix ArgumentException from duplicate key (#6416) 2019-01-07 13:42:36 +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 [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) 2018-12-11 16:13:20 -08:00

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.