Go to file
Ryan Brandenburg a491f48fc8 Add RepositoryRoot 2017-10-18 09:39:31 -07:00
build
samples/SampleApp
src Add Referer to GetTypedHeaders (#949) 2017-10-12 11:00:23 -07:00
test
.appveyor.yml Update bootstrappers 2017-10-09 12:42:32 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Add RepositoryRoot 2017-10-18 09:39:31 -07:00
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.