Expand description
connection info utilities for Tonic services Connection info utilities for capturing client socket addresses in Tonic services.
Structs§
- Connected
Incoming - An incoming stream adapter that wraps TCP connections with ConnectedStream
- Connected
Stream - A wrapper around a TCP stream that captures and provides the remote socket address.
This is used with Tonic’s
serve_with_incomingto make client IPs available.