Go to file
Stephen Halter 364a712cb3 Merge branch 'lodejard/featurereferences' into dev 2015-12-30 15:35:08 -08:00
samples/SampleApp
src Merge branch 'lodejard/featurereferences' into dev 2015-12-30 15:35:08 -08:00
test Merge branch 'lodejard/featurereferences' into dev 2015-12-30 15:35:08 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HttpAbstractions.sln Move Microsoft.Extensions.WebEncoders to HtmlAbstractions 2015-12-23 09:27:39 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Move Microsoft.Extensions.WebEncoders to HtmlAbstractions 2015-12-23 09:27:39 -08:00
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

HttpAbstractions

AppVeyor Travis
AppVeyor Travis

Contains HTTP abstractions for ASP.NET 5 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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.