Go to file
Daniel Roth 2703835352 Fix doc comment typo 2017-02-01 06:36:45 -08:00
samples/SampleApp Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00
src Fix doc comment typo 2017-02-01 06:36:45 -08:00
test Add more cache control header parsing tests 2017-01-31 12:02:01 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HttpAbstractions.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json Updating to 4.4 CoreFx packages 2016-12-14 14:47:29 -08:00

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.