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