...
Description
Excerpt |
---|
Executes a an HTTP OPTIONS for the given URL using the specified HttpRequest object. Returns the message body of the response converted to the requested left operand type (if any). |
...
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
...