aspnetcore/src/Http
William Godbe ce058f639c
Add net461 TFM to netstandard2.0 projects (#25094)
* Add net461 TFM to netstandard2.0 projects

* Fix a couple of errors

* Fix some errors

* Get rid of Sockets reference

* Respond to feedback

* net461 -> property

* Fixup clientSample

* Remove net461 from analyzers/razor

* Remove net461 from test projects

* Feedback

* Add net461 test configs

* Remove some incompatible test configs

* Fix test
2020-08-27 16:05:40 -07:00
..
Authentication.Abstractions/src
Authentication.Core
Headers
Http Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00
Http.Abstractions
Http.Extensions Cherry pick preview8 changes into master (#24849) 2020-08-12 21:30:04 +00:00
Http.Features Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Metadata/src Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
Owin
Routing Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00
Routing.Abstractions
Shared
WebUtilities
perf/Microbenchmarks
samples/SampleApp
.editorconfig
.vsconfig
HttpAbstractions.slnf
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.