Skip to content

Web API Message Handler that routes requests based on URI segments

Notifications You must be signed in to change notification settings

fhelje/ApiRouter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Router

This message handler is an an alternative to using MVC Routes in a Web API project to route requests to controllers.

Routers are created at service initialization time in a hierarchy that matches the URI space of the API and controllers are attached to routers in the hierarchy.

About

Web API Message Handler that routes requests based on URI segments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published