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