HttpRequestInfo interface

The Http request info.

Properties

clientIpAddress

the client Ip Address

clientRequestId

the client request id.

method

the Http request method.

uri

the Uri.

Property Details

clientIpAddress

the client Ip Address

clientIpAddress?: string

Property Value

string

clientRequestId

the client request id.

clientRequestId?: string

Property Value

string

method

the Http request method.

method?: string

Property Value

string

uri

the Uri.

uri?: string

Property Value

string