Info
Version: | 1.0.0 |
Author(s): | Wade wang |
Last Update: | Monday, May 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/godlet-cn/GodletRouter |
NuGet Url: | https://www.nuget.org/packages/GodletRouter |
Install
Install-Package GodletRouter
dotnet add package GodletRouter
paket add GodletRouter
GodletRouter Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It matches the URL of each incoming request against a list of registered patterns and calls the handler for the pattern that most closely matches the URL.