type URI = { isValid: Boolean, host?: String, authority?: String, fragment?: String, path?: String, port?: Number, query?: String, scheme?: String, user?: String, isAbsolute?: Boolean, isOpaque?: Boolean }
URL Types (dw::core::URL)
Type | Definition | Description |
---|---|---|
URI |
Describes the URI type. For descriptions of the fields, see URL Types (dw::core::URL). |