ResourceHttpRequest interface

The details of the HTTP request.

Properties

clientIpAddress

The client IP address.

clientRequestId

The client request ID.

method

The request method.

url

The url used in the request.

Property Details

clientIpAddress

The client IP address.

clientIpAddress: string

Property Value

string

clientRequestId

The client request ID.

clientRequestId: string

Property Value

string

method

The request method.

method: string

Property Value

string

url

The url used in the request.

url: string

Property Value

string