aspnetcore/src/Http
David Fowler 9b59fe40cf
Added some doc comments to bedrock APIs (#11487)
* Added some doc comments to bedrock APIs
- Also cleaned up some HttpContext doc comments

* Apply suggestions from code review

PR feedback

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Apply suggestions from code review

Co-Authored-By: Justin Kotalik <jukotali@microsoft.com>
2019-06-24 14:06:01 -07:00
..
Authentication.Abstractions Require ClaimsPrincipal.Identity.IsAuthenticated for SignIn by default (#9482) 2019-05-31 15:43:00 -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 Added some doc comments to bedrock APIs (#11487) 2019-06-24 14:06:01 -07:00
Http.Extensions Move IServerVariablesFeature to Http.Features (#11007) 2019-06-10 21:16:36 -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 Add dynamic controller/page routes 2019-06-24 08:08:54 -07:00
Routing.Abstractions
WebUtilities More read interface IList.Count once rather than per iteration + miscellany (#11253) 2019-06-17 11:22:45 -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 Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
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.