Go to file
David Fowler 05c476d1b5 Merge pull request #526 from benaadams/generic-get+set
Move generic Get/Set into Interface
2015-12-31 12:49:55 -08:00
samples/SampleApp
src Move generic Get/Set into Interface 2015-12-31 20:18:24 +00: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.