Here's a code dump of the parts of the Dispatcher prototype codebase that are needed to get us off the ground. This first cut attempts to use part of routing where possible, and not all of those changes will be long-lasting. I'll leave comments through thoughout the PR for education. |
||
|---|---|---|
| .github | ||
| benchmarkapps/Benchmarks | ||
| benchmarks/Microsoft.AspNetCore.Routing.Performance | ||
| build | ||
| samples | ||
| shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources | ||
| src | ||
| test | ||
| .appveyor.yml | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| Directory.Build.props | ||
| Directory.Build.targets | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| Routing.sln | ||
| Settings.StyleCop | ||
| build.cmd | ||
| build.sh | ||
| korebuild-lock.txt | ||
| korebuild.json | ||
| run.cmd | ||
| run.ps1 | ||
| run.sh | ||
| version.props | ||
README.md
ASP.NET Routing
Contains routing middleware for routing requests to application logic.
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.