aspnetcore/src/Http
Thomas Levesque 5d914d4d2d
Implement HttpRequestStreamReader.ReadToEndAsync (#18232)
2020-04-13 23:40:21 -07:00
..
Authentication.Abstractions
Authentication.Core
Headers Avoid string allocation when converting zero (#19732) 2020-03-12 09:52:12 +13:00
Http Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
Http.Abstractions Move BadHttpRequestException to Http.Abstractions (#20339) 2020-04-06 14:42:16 -07:00
Http.Extensions Improve support to the dictionary returned by ParseQuery (#20133) 2020-03-31 10:27:51 -07:00
Http.Features Re-enable source build job 2020-02-19 22:46:22 -08:00
Metadata Re-enable source build job 2020-02-19 22:46:22 -08:00
Owin
Routing Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
Routing.Abstractions
Shared
WebUtilities Implement HttpRequestStreamReader.ReadToEndAsync (#18232) 2020-04-13 23:40:21 -07:00
perf/Microbenchmarks Updates for extensions migrations 2020-02-20 14:00:29 -08:00
samples/SampleApp
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
HttpAbstractions.sln
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.