Aracılığıyla paylaş


HttpRequestInit interface

Yalnızca test amaçlıdır. Bu, Azure İşlevleri çalışma zamanı bağlamında çalıştırıldığında her zaman sizin için oluşturulacaktır

Özellikler

body
headers
method
params
query
url

Özellik Ayrıntıları

body

body?: HttpRequestBodyInit

Özellik Değeri

headers

headers?: Record<string, string>

Özellik Değeri

Record<string, string>

method

method?: string

Özellik Değeri

string

params

params?: Record<string, string>

Özellik Değeri

Record<string, string>

query

query?: Record<string, string>

Özellik Değeri

Record<string, string>

url

url?: string

Özellik Değeri

string