Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | httpPost(url, request [[, proxy] [, postDataObject]]) | Package | http | Alias | | Pkg Usage | post(url, request [[, proxy] [, postDataObject]]) |
|
Description
Excerpt |
---|
|
Executes an HTTP POST for the given URL using the specified HttpRequest object. |
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
url | String | Yes | The URL. | request | HttpRequest | Yes | A HttpRequest object containing headers, cookies, parameters. | proxy | HttpProxy | No | An HttpProxy object containing the host and port of the proxy server. | postDataObject | variable: primitive type, array or struct | No | Data to be posted. |
|
Return Type
String
Variable return type depends on the left hand side operator type.
...