aspnetcore/src/Http
BrennanConroy 022e79cf17
Improve HeaderSplit perf (#9309)
2019-04-11 22:29:23 -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 StreamPipeReaderOptions to StreamPipeReaderAdapterOptions (#9177) 2019-04-09 17:05:44 -07:00
Http.Abstractions Improve HeaderSplit perf (#9309) 2019-04-11 22:29:23 -07: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 Fix #9041 - Complain if auth hasn't been set up correctly (#9181) 2019-04-11 10:36:21 -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
perf/Microbenchmarks Improve HeaderSplit perf (#9309) 2019-04-11 22:29:23 -07:00
samples/SampleApp Remove all extensibility from the DefaultHttpContext (#6504) 2019-01-09 11:37:06 -08:00
HttpAbstractions.sln Add FormPipeReader (#7964) 2019-03-01 14:41:05 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-19 21:12:01 -08:00
build.cmd Implement PipeBody Features and add to HttpContext (#6394) 2019-01-08 21:31:50 -08:00
startvs.cmd [automated] Merge branch 'release/2.1' => 'release/2.2' (#4577) 2018-12-11 16:13:20 -08:00

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.