Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 4.1.0. |
Syntax
httpPost(url, request [, postDataObject])
Starting with SIL Engine™ 4.5.0:
httpPost(url, request [[, proxy] [, postDataObject]])
Package
http
Short Name
post (only when using package)
Description
Excerpt |
---|
Executes an HTTP POST for the given URL using the specified HttpRequest object. The posted data can be either included in the request object (as name-value parameters) or it can be added as a separate parameter (in the case of JSON, struct etc). Requests can also be sent through a proxy. |
...