pub async fn serve_proxy(
listener: TcpListener,
config: ProxyConfig,
) -> Result<()>Expand description
Serve grpc-webnext + native gRPC passthrough in front of an upstream gRPC server.
pub async fn serve_proxy(
listener: TcpListener,
config: ProxyConfig,
) -> Result<()>Serve grpc-webnext + native gRPC passthrough in front of an upstream gRPC server.