Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Request

Package version

The request that generated the event.

Hierarchy

  • Request

Index

Properties

Properties

Optional addr

addr: undefined | string

The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request.

Optional host

host: undefined | string

The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.

Optional id

id: undefined | string

The ID of the request that initiated the event.

Optional method

method: undefined | string

The request method that generated the event.

Optional useragent

useragent: undefined | string

The user agent header of the request.

Generated using TypeDoc