HttpRequestInit interface
Pouze pro účely testování. Tato funkce se vždy vytvoří za vás při spuštění v kontextu modulu runtime Azure Functions.
Podrobnosti vlastnosti
body
headers
headers?: Record<string, string>
Hodnota vlastnosti
Record<string, string>
method
method?: string
Hodnota vlastnosti
string
params
params?: Record<string, string>
Hodnota vlastnosti
Record<string, string>
query
query?: Record<string, string>
Hodnota vlastnosti
Record<string, string>
url
url?: string
Hodnota vlastnosti
string