Module api

Module api 

Source
Expand description

API server.

APIBuilder serves a set of statically registered handlers alongside routes that come and go at runtime: it subscribes to notifications from the dataspace registry and registers and unregisters routes as they’re asserted and retracted.

Structs§

APIBuilder
An API server whose routes can be added and removed at runtime.