aspnetcore/src/Http
Pranav K 92cae6faab
Buffer writes from sources of synchronous writes (#9015)
* Buffer writes from sources of synchronous writes

Fixes https://github.com/aspnet/AspNetCore/issues/6397
2019-04-17 18:11:07 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers Adding SameSite comments (#7907) 2019-02-27 12:00:16 -08:00
Http Buffer writes from sources of synchronous writes (#9015) 2019-04-17 18:11:07 -07:00
Http.Abstractions Improve HeaderSplit perf (#9309) 2019-04-11 22:29:23 -07:00
Http.Extensions
Http.Features Support conditional compression #6925 (#8239) 2019-03-07 11:09:48 -08:00
Owin
Routing Address Jimmys cool feedback 2019-04-16 19:36:32 -07:00
Routing.Abstractions
WebUtilities Buffer writes from sources of synchronous writes (#9015) 2019-04-17 18:11:07 -07:00
perf/Microbenchmarks Improve HeaderSplit perf (#9309) 2019-04-11 22:29:23 -07:00
samples/SampleApp
HttpAbstractions.sln Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
README.md
build.cmd
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.