aspnetcore/src/Http
John Luo ddfc854449
Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078)
2019-09-17 22:06:31 -07:00
..
Authentication.Abstractions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Authentication.Core Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Headers Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Http Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Http.Abstractions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Http.Extensions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Http.Features Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Metadata
Owin Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Routing Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Routing.Abstractions Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Shared Unified response body features (#12328) 2019-07-25 16:27:08 -07:00
WebUtilities Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
perf/Microbenchmarks [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
samples/SampleApp [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
HttpAbstractions.sln
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.