Utils
pyvider.rpcplugin.transport.unix.utils
¶
Unix Domain Socket utilities and helper functions.
This module provides utility functions for Unix domain socket path normalization and other common operations.
Functions¶
normalize_unix_path
¶
Standardized Unix socket path normalization, handling: - unix: prefix - unix:/ prefix - unix:// prefix - Multiple leading slashes
Returns a clean path suitable for socket operations.