Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

httpPost(url, request [[, proxy] [, postDataObject]])

Package

http

Alias

Pkg Usage

post(url, request [[, proxy] [, postDataObject]])

Description

Excerpt
hiddentrue

Executes an HTTP POST for the given URL using the specified HttpRequest object.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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.

...