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
Authentication.Core
Headers
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
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.