你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RawRequest interface

原始请求的简单类型。

属性

body

请求正文

method

HTTP 请求方法

url

请求路径

属性详细信息

body

请求正文

body?: unknown

属性值

unknown

method

HTTP 请求方法

method: string

属性值

string

url

请求路径

url: string

属性值

string