Expand description
Crate to route requests between a tonic gRPC service, and some other service
The Multiplexer struct implements Service<Request
>, and routes
requests based on the Content-Type header.
Structs§
- Make
Multiplexer - A MakeService for Multiplexer
- Multiplexer
- Service that routes to a gRPC service and other service
Enums§
- Encapsulated
Body - Type to encapsulate both inner services HttpBody types
- Encapsulated
Future - Type to encapsulate both inner services Futures