Go to file
Louis DeJardin 4265855652 PR feedback
Adding comment about reason for public field
2015-12-16 22:35:41 -08:00
samples/SampleApp Adding example of what http context pooling might look like 2015-12-16 22:02:05 -08:00
src PR feedback 2015-12-16 22:35:41 -08:00
test Streamlining feature cache and object re-initialiation code paths 2015-12-16 20:01:55 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HttpAbstractions.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md Update README.md 2015-12-09 13:43:06 +01:00
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.