Module http_bridge

Module http_bridge 

Source
Expand description

HTTP to gRPC bridge implementation

This module provides functionality to bridge HTTP requests to gRPC services, allowing RESTful APIs to be generated dynamically from protobuf definitions.

Modules§

converters
JSON to Protobuf conversion utilities
handlers
HTTP handlers for the bridge
route_generator
Route generation for HTTP bridge

Structs§

BridgeQuery
Query parameters for HTTP requests
BridgeResponse
HTTP response wrapper
BridgeStats
Statistics about the HTTP bridge
HttpBridge
The HTTP bridge that provides RESTful API access to gRPC services
HttpBridgeConfig
Configuration for the HTTP bridge