property Accept: String | |
property CertificateFile: String | |
property ConnectTimeout: Number [Integer] | |
property ContentEncoding: String | |
property ContentType: String | |
property DisableURLEncoding: Boolean | |
property KeyFile: String | |
property Logging: Boolean | |
property PassPhrase: String | |
property ReadTimeout: Number [Integer] | |
property ResponseCode: Number [Integer] readonly | |
property ResponseContentLength: Number [Integer] readonly | |
property ResponseContentType: String readonly | |
property ResponseFilename: String | |
property ResponseOK: Boolean readonly | |
property ResponseText: String readonly | |
property RootCertificateFile: String | |
property SSLVersion: Number [Integer] | |
property URL: String | |
property UserAgent: String | |
method ClearLog | |
method Delete: String | |
method Get: String | |
method GetLog([Decoded: Boolean]) | |
method GetPropertyValue(PropertyName: String): Variant | |
method Patch(Payload: String): String | |
method Post(Payload: String): String | |
method PostForm(FormBuilder: Object): String | |
method PropertyType(PropertyName: String): String | |
method Put(Payload: String): String | |
method SetPropertyValue(PropertyName: String, Value: Variant) | |
method SetRequestHeader(Header: String, Value: String): String | |
method ShowLog([Decoded: Boolean]) | |
method UseBasicAuthentication(Username: String, Password: String): String |