Skip to main content

HSMOD.REST.URLBuilder

class HSMOD.REST.URLBuilder extends %Library.RegisteredObject

Utility class to build properly-encoded URLs

Property Inventory

Method Inventory

Properties

property Path as %String);
Property methods: PathDisplayToLogical(), PathGet(), PathIsValid(), PathLogicalToDisplay(), PathLogicalToOdbc(), PathNormalize(), PathSet()

Methods

method AddParameter(pName As %String, pValue As %String = "") as HSMOD.REST.URLBuilder
method AppendPath(pPath As %String) as HSMOD.REST.URLBuilder
method ToString() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab