- Notifications
You must be signed in to change notification settings - Fork4
An extensible and multiplatform routing system powered by Ktor
License
NotificationsYou must be signed in to change notification settings
programadorthi/kotlin-routing
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A multiplatform, extensible, and independent routing library powered by Ktor.Create routing independently and extend it to what you need.
The core module is the Ktor routing engine modified to be "server" and "client".It is abstract and ready to extend.Using core module you can:
val router= routing { route(path="/hello") { handle {// Handle the call to the routing "/login" } }}// And to call login routing...router.call(uri="/hello")
For more information check theWiki pages.
About
An extensible and multiplatform routing system powered by Ktor
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.