aspnetcore/src/Http
Ryan Nowak 0dc14a61ce Simplify Map methods 2019-03-13 20:12:53 -07:00
..
Authentication.Abstractions Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Authentication.Core Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Headers Adding SameSite comments (#7907) 2019-02-27 12:00:16 -08:00
Http Rename Pipe properties (#8227) 2019-03-06 07:33:24 -08:00
Http.Abstractions Rename Pipe properties (#8227) 2019-03-06 07:33:24 -08:00
Http.Extensions Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Http.Features Support conditional compression #6925 (#8239) 2019-03-07 11:09:48 -08:00
Owin Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
Routing Simplify Map methods 2019-03-13 20:12:53 -07:00
Routing.Abstractions Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
WebUtilities Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
samples/SampleApp
HttpAbstractions.sln Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
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.