Condividi tramite


HttpRequestInit interface

Solo a scopo di test. Questa operazione verrà sempre costruita quando viene eseguita nel contesto del runtime di Funzioni di Azure

Proprietà

body
headers
method
params
query
url

Dettagli proprietà

body

body?: HttpRequestBodyInit

Valore della proprietà

headers

headers?: Record<string, string>

Valore della proprietà

Record<string, string>

method

method?: string

Valore della proprietà

string

params

params?: Record<string, string>

Valore della proprietà

Record<string, string>

query

query?: Record<string, string>

Valore della proprietà

Record<string, string>

url

url?: string

Valore della proprietà

string