Skip to content

beamable-sdk / schema / HttpCall

Type Alias: HttpCall

HttpCall = object

Defined in: src/__generated__/schemas/HttpCall.ts:8

Properties

body?

optional body: string | null

Defined in: src/__generated__/schemas/HttpCall.ts:9


contentType?

optional contentType: string | null

Defined in: src/__generated__/schemas/HttpCall.ts:10


headers?

optional headers: StringStringKeyValuePair[] | null

Defined in: src/__generated__/schemas/HttpCall.ts:11


method?

optional method: string

Defined in: src/__generated__/schemas/HttpCall.ts:12


type?

optional type: string

Defined in: src/__generated__/schemas/HttpCall.ts:13


uri?

optional uri: string

Defined in: src/__generated__/schemas/HttpCall.ts:14