Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebhookNest

Hierarchy

Index

Constructors

constructor

  • new WebhookNest(e: Environment, path: string | string[], httpMethod: string, handleRequest?: any): WebhookNest

Properties

Protected e

Protected handleRequest

handleRequest: any

Protected httpMethod

httpMethod: string

Protected id

id: string

Protected im

Protected name

name: string

Protected path

path: string

Protected tunnel

tunnel: Tunnel

Protected ui

Methods

arrive

getCustomHandleRequest

  • getCustomHandleRequest(): any

getHttpMethod

  • getHttpMethod(): string

getId

  • getId(): string

getInterfaceManager

getName

  • getName(): string

getPath

  • getPath(): string

getTunnel

load

  • load(): void

register

  • register(tunnel: Tunnel): void

Protected setCustomHandleRequest

  • setCustomHandleRequest(handleRequest: any): void

Protected setHttpMethod

  • setHttpMethod(httpMethod: any): void

setPath

  • setPath(path: any): void
  • Set the path as a string or a string array. All parts are URI encoded. Create directory structures with an array: ["one", "two"] results in "/one/two".

    Parameters

    • path: any

    Returns void

toString

  • toString(): string

watch

  • watch(): void

Generated using TypeDoc