Skip to main content

url

Description

URL resource, generally represented as:

Init

url(raw string)

Fields

IDTYPEDESCRIPTION
stringstringThe full URL as a string
schemestringScheme (e.g., http, https, ssh)
userstringUser component (can contain username or token but no password)
passwordstringPassword, an additional optional component of the user info
hoststringHost, either registered name or IP (e.g., mondoo.com)
portintPort, optional decimal number (e.g., 80)
pathstringPath, consisting of segments separated by '/'
querymap[string]stringQuery, optional, attached to path via '?', parsed via '&' and ';' delimiters
rawQuerystringRaw query, optional raw string attached to path after '?'
rawFragmentstringFragment, optional raw string attached to path after '#'