HttpRequestInit interface

For testing purposes only. This will always be constructed for you when run in the context of the Azure Functions runtime

Property Details

body

body?: HttpRequestBodyInit

Property Value

headers

headers?: Record<string, string>

Property Value

Record<string, string>

method

method?: string

Property Value

string

params

params?: Record<string, string>

Property Value

Record<string, string>

query

query?: Record<string, string>

Property Value

Record<string, string>

url

url?: string

Property Value

string