Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpClient

Hierarchy

  • HttpClient

Implemented by

Methods

Methods

send

  • send(req: HttpRequest, forceExcludeBody?: undefined | false | true, targetService?: undefined | string, operationName?: undefined | string, timestamp?: undefined | string, endpoint?: undefined | string, apiReferenceLink?: undefined | string): Promise<Response>
  • Parameters

    • req: HttpRequest
    • Optional forceExcludeBody: undefined | false | true
    • Optional targetService: undefined | string
    • Optional operationName: undefined | string
    • Optional timestamp: undefined | string
    • Optional endpoint: undefined | string
    • Optional apiReferenceLink: undefined | string

    Returns Promise<Response>