ResourceHttpRequest interface
HTTP 请求的详细信息。
属性
| client |
客户端 IP 地址。 |
| client |
客户端请求 ID。 |
| method | 请求方法。 |
| url | 请求中使用的 URL。 |
属性详细信息
clientIpAddress
客户端 IP 地址。
clientIpAddress: string
属性值
string
clientRequestId
客户端请求 ID。
clientRequestId: string
属性值
string
method
请求方法。
method: string
属性值
string
url
请求中使用的 URL。
url: string
属性值
string