Go to file
Nathan Anderson 11ed34f229 add header ordering and short circuits to known headers
refactor known header changes

- create template string from Append switch
- add a check to ClearFast to bail out if too many headers are set
2016-10-19 15:49:01 -07:00
samples Updating to netcoreapp1.1 2016-10-13 11:19:16 -07:00
src add header ordering and short circuits to known headers 2016-10-19 15:49:01 -07:00
test Faster response Content-Length parsing. 2016-10-18 15:57:40 -07:00
tools add header ordering and short circuits to known headers 2016-10-19 15:49:01 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

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

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