IReceiveRequest interface

流式处理接收请求定义。

属性

path

请求路径;响应为 null。

streams

获取或设置此请求中包含的流附件的集合。

verb

请求谓词;响应为 null。

属性详细信息

path

请求路径;响应为 null。

path?: string

属性值

string

streams

获取或设置此请求中包含的流附件的集合。

streams: ContentStream[]

属性值

verb

请求谓词;响应为 null。

verb?: string

属性值

string