Go to file
damianedwards 7441855c34 Don't use a GUID for request ID because it's slow:
- FastHttpRequestIdentifierFeature uses an incrementing long with an int seed
- Everything is lazy so no computer incurred if ID is not asked for
- Optimized routine to stringify the ID
- #306
2015-10-04 22:43:03 -07:00
src Don't use a GUID for request ID because it's slow: 2015-10-04 22:43:03 -07:00
test Don't use a GUID for request ID because it's slow: 2015-10-04 22:43:03 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Hosting.sln
LICENSE.txt
NuGet.config Updating to release NuGet.config. 2015-09-28 23:12:40 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:57:48 -07:00
build.sh
global.json
makefile.shade

README.md

Hosting

AppVeyor: AppVeyor

Travis: Travis

The Hosting repo contains code required to host an ASP.NET 5 application, it is the entry point used when self-hosting an application.

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.