Module mmids_core::http_api
source · 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
Contains pre-defined implementations of the
RouteHandler
traits for various functionalityProvides mechanisms to define routes for the Mmids HTTP apis, and what code should be executed
for each route.