pub(crate) async fn list_clients(
__arg0: State<Arc<InternalState>>,
__arg1: Path<IpProtocol>,
) -> Result<impl IntoResponse, impl IntoResponse>Expand description
Lists existing Session listeners for the given IP protocol.
pub(crate) async fn list_clients(
__arg0: State<Arc<InternalState>>,
__arg1: Path<IpProtocol>,
) -> Result<impl IntoResponse, impl IntoResponse>Lists existing Session listeners for the given IP protocol.