Module exposure

Module exposure 

Source
Expand description

API Exposure modules for different protocols

This module provides implementations for exposing the API via different protocols. Each exposure type consumes a ServerHost and produces a Router for that protocol.

Re-exports§

pub use rest::RestExposure;

Modules§

rest
REST API exposure for the framework