Info | ||
---|---|---|
| ||
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. |
request | HttpRequest | Yes | A An HttpRequest object containing headers, cookies, parameters. |
The request parameter should have the HttpRequest type HttpRequest described here.
Return type
...