IReceiveRequest interface
流式处理接收请求定义。
属性
path | 请求路径;响应时为 null。 |
streams | 获取或设置此请求中包含的流附件的集合。 |
verb | 请求谓词;响应时为 null。 |
属性详细信息
path
请求路径;响应时为 null。
path?: string
属性值
string
streams
verb
请求谓词;响应时为 null。
verb?: string
属性值
string