NetURL
NetURL represents a parsed URL (Uniform Resource Locator).
Properties
Schemestring requiredThe URL scheme (e.g. https, http).Opaquestring requiredThe opaque data of the URL.Userstring requiredThe user information associated with the URL.Hoststring requiredThe host or host:port of the URL.Pathstring requiredThe path of the URL.RawPathstring requiredThe encoded path hint, used when the path contains escaped characters.OmitHostboolean requiredWhether to omit the host in the URL string.ForceQueryboolean requiredWhether to force a trailing question mark even if the query is empty.RawQuerystring requiredThe encoded query string, without the leading question mark.Fragmentstring requiredThe URL fragment (without the leading hash).RawFragmentstring requiredThe encoded fragment hint.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.