Go to file
Stephen Halter c7f64d34bb Merge branch 'benaadams/chunked-request' into dev 2016-02-29 10:15:47 -08:00
content
samples Fix samples as well 2016-02-23 08:34:55 -08:00
src bug dodge: Invalid Program Excep on Clr 2016-02-27 13:23:54 +00:00
test Return 400 for bad requests and close conn 2016-02-27 12:35:12 +00:00
tools Fast header clear 2016-02-13 11:49:00 +00:00
.gitattributes Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
.gitignore Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
.travis.yml Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
CONTRIBUTING.md
KestrelHttpServer.sln Build with dotnet (#571). 2016-02-01 14:37:47 -08:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-18 16:27:55 -08:00
README.md
appveyor.yml Parallel on Appveyor 2016-02-22 22:43:28 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:15 -08:00
build.ps1 Update the build scripts 2016-02-27 12:51:12 -08:00
build.sh Update the build scripts 2016-02-27 12:51:12 -08:00
global.json
makefile.shade Build with dotnet (#571). 2016-02-01 14:37:47 -08:00

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a web server for ASP.NET 5 based on libuv.

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.