aspnetcore/src/Http
Alessio Franceschelli e3d3da3546
HttpRequestStreamReader overrides for Read Span, ReadAsync Memory, ReadLine and ReadLineAsync (#18802)
2020-04-13 08:18:12 -07:00
..
Authentication.Abstractions Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
Authentication.Core Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
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 Apply some fixes 2020-02-19 14:18:29 -08:00
Routing Migration fixup for Logging.Testing 2020-03-04 22:10:12 -08:00
Routing.Abstractions Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
Shared
WebUtilities HttpRequestStreamReader overrides for Read Span, ReadAsync Memory, ReadLine and ReadLineAsync (#18802) 2020-04-13 08:18:12 -07:00
perf/Microbenchmarks Updates for extensions migrations 2020-02-20 14:00:29 -08:00
samples/SampleApp [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
HttpAbstractions.sln Port Throw when UseAuthorization is incorrectly configured (#14893) 2019-10-10 14:14:43 -07: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.