Go to file
Jonathan 01b4530fa7 Add Content-Security-Policy (#950)
* Add Content-Security-Policy

* Add Content-Security-Policy-Report-Only

* Fix previous edit
2017-10-11 21:30:29 -07:00
build
samples/SampleApp
src Add Content-Security-Policy (#950) 2017-10-11 21:30:29 -07:00
test
.appveyor.yml Update bootstrappers 2017-10-09 12:42:32 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
HttpAbstractions.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd Update bootstrappers 2017-10-09 12:42:32 -07:00
build.sh Update bootstrappers 2017-10-09 12:42:32 -07:00
run.cmd Update bootstrappers 2017-10-09 12:42:32 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:42:32 -07:00
run.sh Update bootstrappers 2017-10-09 12:42:32 -07:00
version.xml

README.md

HttpAbstractions

AppVeyor Travis
AppVeyor Travis

Contains 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.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.