Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Request<T>

Type parameters

  • T

Hierarchy

  • Request

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • new Request(path: string, params: T): Request

Properties

Optional params

params: T

path

path: string

timeout

timeout: number

Methods

getId

  • getId(): string

merge

Object literals

meta

meta: object

x-trace-id

x-trace-id: any = UUID.v4()

Generated using TypeDoc