Expand description
Handles interfacing with mmids via an http based interface. Routes are defined by consumers, which define the code that should execute when that route gets hit.
Modules§
- handlers
- Contains pre-defined implementations of the
RouteHandler
traits for various functionality - routing
- Provides mechanisms to define routes for the Mmids HTTP apis, and what code should be executed for each route.