rama-proxy 0.4.0

proxy types and utilities for rama
Documentation
1
2
3
4
5
6
7
8
use rama_net::transport::TransportProtocol;

/// The context as relevant to the proxy layer.
#[derive(Debug, Clone)]
pub struct ProxyContext {
    /// The transport protocol used by the proxy.
    pub protocol: TransportProtocol,
}