Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons 4.1.0.17

Syntax

httpGet(url, request)

Description

Excerpt

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

Parameters

Parameter name

Type

Required

Description

url

string

Yes

The URL.

requestHttpRequestYesA An HttpRequest object containing headers, cookies, parameters.

The request parameter should have the HttpRequest type HttpRequest described here.

Return type

...