Go to file
N. Taylor Mullen 90f71aa6ec Add missing `System.Resources.ResourceManager` dependency. 2016-02-18 19:42:11 -08:00
samples/SampleApp Add AuthenticationManager.HttpContext. Clean up contructors. 2016-02-18 16:03:20 -08:00
src Add missing `System.Resources.ResourceManager` dependency. 2016-02-18 19:42:11 -08:00
test Updating test TFMs for custom test discovery 2016-02-18 15:01:26 -08:00
tools Strong name everything. 2015-10-30 15:36:55 -07:00
.gitattributes Build with dotnet 2016-01-07 14:22:25 -08:00
.gitignore Build with dotnet 2016-01-07 14:22:25 -08:00
.travis.yml Build with dotnet 2016-01-07 14:22:25 -08:00
CONTRIBUTING.md
HttpAbstractions.sln Rename AspNet 5 file contents. 2016-01-22 12:20:40 -08:00
LICENSE.txt
NuGet.config Replacing NotNullAttribute with thrown exceptions 2015-09-18 15:11:27 -07:00
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-18 16:32:10 -08:00
README.md Update README.md 2015-12-09 13:43:06 +01:00
appveyor.yml
build.cmd Build with dotnet 2016-01-07 14:22:25 -08:00
build.sh Updating build script 2016-01-14 16:41:14 -08:00
global.json
makefile.shade Rename `AppendEncoded()` to `AppendHtml()` and `SetContentEncoded()` to `SetHtmlContent()` 2015-10-22 16:41:17 -07:00

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.