共用方式為


Request interface

表示 Node.js HTTP 要求,包括最少的使用屬性集。 與 Restify、Express 和 Node.js core http 相容。

屬性

body
headers
method

屬性詳細資料

body

body?: Body

屬性值

Body

headers

headers: Headers

屬性值

Headers

method

method?: string

屬性值

string