Module address
Expand description
network address types and utilities
This module provides the common language to work with the different kind of formats that network addresses come in, and are used as the building stone for other parts of Rama that have to work with “addresses”, regardless if they are domains or IPs, or have ports explicitly specified or not.
Structs§
- Authority
- A
Host
with an associated port. - Domain
- A domain.
- Domain
Address - A
Domain
with an associated port - Proxy
Address - Address of a proxy that can be connected to.
- Socket
Address - An
IpAddr
with an associated port