HttpResponselink
A full HTTP response, including a typed response body (which may be null
if one was not returned).
一个完整的 HTTP 响应对象,包括一个带类型的响应体(如果没返回内容,则为 null
)。
说明
HttpResponse
is a HttpEvent
available on the response event stream.
HttpResponse
是一个用于事件响应流的 HttpEvent
。
构造函数
Construct a new 构造一个新的 | ||
参数
|
属性
属性名 | 类型 | 说明 |
---|---|---|
body | 只读 The response body, or 响应体,如果没有返回内容则为 | |
type | 只读 |
方法
|
update | Type: |
返回值
参数
update | Type: |
返回值
HttpResponse<V>