Versions Compared

Key

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

...

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.

requestHttpRequestYesA An HttpRequest object containing headers, cookies, parameters.

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

Return type

...