Name
url:SetZoneID -- get zone ID part of URL (V2.0)
Synopsis
url:SetZoneID(zoneid$[, flags])
Function
If the host name is a numeric IPv6 address, this field can also be get. You can also pass Nil to unset the zone ID in the URL handle.

The optional flags parameter can be a combination of flags as described in the documentation of the hurl.URL() function. See hurl.URL for details.

Inputs
zoneid$
zone ID to get
flags
optional: combination of flags

Show TOC