Share via


IHttpRequestConfig interface

Interface for HTTP request configuration

Properties

apiId
body
headers
method
tableName
url

Property Details

apiId

apiId: string

Property Value

string

body

body?: string

Property Value

string

headers

headers?: {[key: string]: string}

Property Value

{[key: string]: string}

method

method: HttpMethod

Property Value

tableName

tableName: string

Property Value

string

url

url: string

Property Value

string