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§
- Bridge
Query - Query parameters for HTTP requests
- Bridge
Response - HTTP response wrapper
- Bridge
Stats - Statistics about the HTTP bridge
- Http
Bridge - The HTTP bridge that provides RESTful API access to gRPC services
- Http
Bridge Config - Configuration for the HTTP bridge