Expand description
Network address types that support both TCP and Unix domain sockets.
This module provides the ListenAddr
enum, a flexible address type that can represent
either TCP socket addresses or Unix domain socket paths.
Enumsยง
- Listen
Addr - Address that can be either TCP socket or Unix domain socket endpoint