Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Request

Index

Properties

client_ip?: string

The IP address of the requester.

method: string

The request method. For example, GET.

url: string

The full URL of the request, compiled from the protocol, hostname, and path of the request.

user_agent?: string

The user agent string from the requester's client.

x_forwarded_for?: boolean

Indicating that the client_ip was read from an X-Forwarded-For header and is not reliable as it could have been forged.