Documentation
Dlang.org
UnixSocketAddress
handy_http_primitives
address
Represents a unix socket address, which is just a path to a file at which IO operations take place.
struct
UnixSocketAddress {
string
path
;
}
Members
Variables
path
string
path
;
Undocumented in source.
handy_http_primitives
address
enums
ClientAddressType
structs
ClientAddress
IPv4InternetAddress
IPv6InternetAddress
UnixSocketAddress
Represents a unix socket address, which is just a path to a file at which IO operations take place.