Go to file
Ryan Nowak 0ea16ddd57 Code dump of dispatcher prototype code
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.
2018-06-01 21:33:30 -07:00
.github
benchmarkapps/Benchmarks Fixed scenario name in benchmarks app 2018-05-31 14:45:51 -07:00
benchmarks/Microsoft.AspNetCore.Routing.Performance Upgrade benchmarks project 2018-05-31 17:30:10 -07:00
build Upgrade benchmarks project 2018-05-31 17:30:10 -07:00
samples Code dump of dispatcher prototype code 2018-06-01 21:33:30 -07:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src Code dump of dispatcher prototype code 2018-06-01 21:33:30 -07:00
test IUrlHelper and support for RouteOptions.LowercaseUrls 2018-05-31 20:07:01 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln Code dump of dispatcher prototype code 2018-06-01 21:33:30 -07:00
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
version.props

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

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.