aspnetcore/src/Http
Pranav K a44c1ad78c
Fix null reference errors in tests (#23091)
Fixes https://github.com/dotnet/aspnetcore/issues/22992
2020-06-18 11:05:54 -07:00
..
Authentication.Abstractions Make AuthenticateAsync return non-null result (#22708) 2020-06-09 17:05:26 +00:00
Authentication.Core Make AuthenticateAsync return non-null result (#22708) 2020-06-09 17:05:26 +00:00
Headers Fix #23038 (#23039) 2020-06-17 06:50:31 -07:00
Http Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Http.Abstractions Fix null reference errors in tests (#23091) 2020-06-18 11:05:54 -07:00
Http.Extensions
Http.Features Annotate Microsoft.AspNetCore.Http with nullable attributes (#22928) 2020-06-15 23:29:19 +00:00
Metadata
Owin Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Routing Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Routing.Abstractions
Shared
WebUtilities Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
perf/Microbenchmarks
samples/SampleApp
.vsconfig
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.