Type Alias fidl_fuchsia_net::Hostname

source ·
pub type Hostname = String;
Expand description

A hostname.

Although the maximum length of a domain or hostname is 255 characters, each label within a name must not be longer than 63 characters as per RFC 1035 section 2.3.4. A label in a host name is the alphanumeric characters or hyphens, seperated by a period (e.g. abc.com has two labels, ‘abc’ and ‘com’).

Aliased Type§

struct Hostname { /* private fields */ }