Skip to main content

url_set_host

Function url_set_host 

Source
pub(crate) fn url_set_host(
    _it: &mut Interp,
    this: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

url.host = 'hostname:port'hostname/portへ分割して保存し直す (hostname/port個別セッターとhostの内部表現を一致させるため)。