HttpRequestInit interface
僅供測試之用。 在 Azure Functions 運行時間的內容中執行時,一律會為您建構此專案
屬性詳細資料
body
headers
headers?: Record<string, string>
屬性值
Record<string, string>
method
method?: string
屬性值
string
params
params?: Record<string, string>
屬性值
Record<string, string>
query
query?: Record<string, string>
屬性值
Record<string, string>
url
url?: string
屬性值
string