Skip to content

Latest commit

 

History

History

router

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

API router

This example demonstrates automatic mapping of modules using their respective file names using #import_map. This technique is useful whenever implementing APIs that are called using an uniform interface.

In the present example, the application loads all handler modules into a hash mapping API names to API handlers.