HTTP request

Send an HTTP request.

HTTP request

Arguments

NameDescriptionRequired
MethodHTTP method to use.Yes
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
BodyBody to send with the request.No
TimeoutTimeout in seconds.No

HTTP Get

Send an HTTP GET request.

HTTP Get

Arguments

NameDescriptionRequired
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
TimeoutTimeout in seconds.No

HTTP Post

Send an HTTP POST request.

HTTP Post

Arguments

NameDescriptionRequired
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
BodyBody to send with the request.No
TimeoutTimeout in seconds.No

HTTP Put

Send an HTTP PUT request.

HTTP Put

Arguments

NameDescriptionRequired
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
BodyBody to send with the request.No
TimeoutTimeout in seconds.No

HTTP Patch

Send an HTTP PATCH request.

HTTP Patch

Arguments

NameDescriptionRequired
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
BodyBody to send with the request.No
TimeoutTimeout in seconds.No

HTTP Delete

Send an HTTP DELETE request.

HTTP Delete

Arguments

NameDescriptionRequired
URLURL to send the request to.Yes
QueryQuery parameters to send with the request.No
HeadersHeaders to send with the request.No
BodyBody to send with the request.No
TimeoutTimeout in seconds.No