HttpRequestBodyInit interface
僅供測試之用。 在 Azure Functions 運行時間的內容中執行時,一律會為您建構此專案
屬性詳細資料
bytes
本文做為緩衝區。 您只需要指定其中一個 bytes 或 string 屬性
bytes?: Uint8Array
屬性值
Uint8Array
string
本文做為緩衝區。 您只需要指定其中一個 bytes 或 string 屬性
string?: string
屬性值
string