aspnetcore/src/Http
Dairai Nyabando 10d5a0ba62 Correcting XML closing tags
#17349
2019-12-04 20:07:14 -05:00
..
Authentication.Abstractions
Authentication.Core
Headers Initial HTTP/3 Implementation in Kestrel (#16914) 2019-11-15 14:50:54 -08:00
Http Correcting XML closing tags 2019-12-04 20:07:14 -05:00
Http.Abstractions Correcting XML closing tags 2019-12-04 20:07:14 -05:00
Http.Extensions
Http.Features
Metadata
Owin
Routing
Routing.Abstractions
Shared
WebUtilities Fixes QueryHelpers.AddQueryString() throws when one of the dictionary values is null #16647 (#17177) 2019-11-18 16:03:44 -08:00
perf/Microbenchmarks
samples/SampleApp
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.