Go to file
Ryan Brandenburg 0e66e7562a Remove NETSTandard.Library.NETFramework 2017-07-07 10:17:58 -07:00
build Remove NETSTandard.Library.NETFramework 2017-07-07 10:17:58 -07:00
samples/SampleApp Remove NETSTandard.Library.NETFramework 2017-07-07 10:17:58 -07:00
src Tweak null guard 2017-07-05 14:39:27 -07:00
test
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HttpAbstractions.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:19 -07: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.