aspnetcore/src/Http
Chris Ross 0559d39746
Fix form pipe parser #12381 (#12749)
2019-08-01 11:28:35 -07:00
..
Authentication.Abstractions More doc comment additions (#11697) 2019-07-03 10:21:13 -07:00
Authentication.Core Improve error message when no auth scheme specified (#11348) 2019-06-18 23:30:47 -07:00
Headers
Http Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Abstractions Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Extensions Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Http.Features Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Metadata
Owin Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
Routing Clear route values after middleware invocation. 2019-07-24 14:12:06 -07:00
Routing.Abstractions
Shared Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
WebUtilities Fix form pipe parser #12381 (#12749) 2019-08-01 11:28:35 -07:00
perf/Microbenchmarks Remove or make public pubternals for Http #11312 (#11429) 2019-06-21 17:56:53 -07:00
samples/SampleApp
HttpAbstractions.sln Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
README.md
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.