Skip to main content

Crate api_gateway

Crate api_gateway 

Source
Expand description

API Gateway Module

Main API Gateway module — owns the HTTP server (rest_host) and collects typed operation specs to emit a single OpenAPI document.

Re-exports§

pub use module::ApiGateway;

Modules§

error
middleware
module
API Gateway Module definition

Structs§

ApiGatewayConfig
API gateway configuration - reused from api_gateway module
CorsConfig