aspnetcore/src/Http
Ryan Brandenburg 33eb8ba552
More doc comment additions (#11697)
More doc comment additions
2019-07-03 10:21:13 -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 Remove or make public pubternals for Http #11312 (#11429) 2019-06-21 17:56:53 -07:00
Http.Abstractions More doc comment additions (#11697) 2019-07-03 10:21:13 -07:00
Http.Extensions More doc comment additions (#11697) 2019-07-03 10:21:13 -07:00
Http.Features Implement IHttpResetFeature in Kestrel #10886 (#11300) 2019-06-18 11:14:40 -07:00
Metadata
Owin Remove or make public pubternals for Http #11312 (#11429) 2019-06-21 17:56:53 -07:00
Routing Get rid of pubternal in routing 2019-07-01 14:11:13 -07:00
Routing.Abstractions
WebUtilities Pass ReadOnlySequence<byte> via in (#11052) 2019-06-28 14:51:52 -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
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.