ResponseOrigin

Type Alias ResponseOrigin 

Source
pub type ResponseOrigin = MappedAddress;
Expand description

ResponseOrigin represents RESPONSE-ORIGIN attribute.

RFC 5780 Section 7.3

Aliased Type§

pub struct ResponseOrigin {
    pub ip: IpAddr,
    pub port: u16,
}

Fields§

§ip: IpAddr§port: u16