• Converts a request-promise options object into a native fetch API Request.

    Parameters

    • options: RequestPromiseOptions & RequiredUriUrl

      Options conforming to request-promise's type definitions.

    • context: ByuClientExecutionContext

      Metadata from the client and command

    Returns Request

    A Request object ready for use with the fetch API.