Go to file
harshgMSFT 80ffd26465 Adding abstractions for request headers
viz. Accept, Accept-Charset and Content-Type.
2014-07-23 14:54:15 -07:00
src Adding abstractions for request headers 2014-07-23 14:54:15 -07:00
test Adding abstractions for request headers 2014-07-23 14:54:15 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
HttpAbstractions.sln Adding abstractions for request headers 2014-07-23 14:54:15 -07:00
LICENSE.txt
NuGet.Config
README.md
build.cmd
build.sh
global.json
makefile.shade

README.md

HttpAbstractions

Contains HTTP abstractions for ASP.NET vNext such as HttpRequest, HttpResponse. Also contains IBuilder and types to create your application's hosting pipeline.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.