Skip to main content

Module dynamic_api

Module dynamic_api 

Source
Expand description

Dynamic API server.

Unlike APIBuilder, which constructs its route set once at build time, DynamicAPIBuilder subscribes to runtime notifications via the dataspace registry and dynamically registers and unregisters routes as they’re asserted and retracted.

Structs§

BoundApiAddress
The actual bound listen address of a running dynamic API server.
DynamicAPIBuilder
A dynamic API server that can add and remove routes at runtime.