HTTPTools
The global HTTPTools object provides a library of HTTP communication functions that can be used for accessing documents, xincludes or schema files in API functions such as IO.setLoadXML or IO.setLoadXSDFunction.
- Documentation
- › API
- › Global objects API
- › HTTPTools
HTTPTools object
methods
HTTPTools.getXML( uri: String[, bypassCache: Boolean]): XMLDocumentHTTPTools.postXML( uri: String, doc: XopusDocument[, encoding: String][, callback: Function][, headers: Object]): HTTPTools()HTTPTools.putXML( uri: String, doc: XMLDocument[, encoding: String][, callback: Function][, headers: Object]): StringHTTPTools.fileExists( xmlURL: String): Boolean