Defines the different possible address types, used by ClientAddress.
A compound type representing the address of any entity sending an HTTP request. Use type to determine which information is available.
Represents a 4-byte IPv4 network address and the port number on this machine that the connection was assigned to.
Represents a 16-byte IPv6 network address and the port number on this machine that the connection was assigned to.
Represents a unix socket address, which is just a path to a file at which IO operations take place.
Defines various address types for use with HTTP communication.