A HTTP Request configuration. Use with "LensStudio:Network".performHttpRequest or "LensStudio:Network".performAuthorizedHttpRequest.

Constructors

Properties

authorization: IAuthorization
body: string | Uint8Array | FormData

The body for the HTTP Request.

contentType: string

The content type of the request body.

headers: object

The header for the HTTP request.

method: Method

The HTTP method to send the request with.

url: string

The URL where the request should be made to.