Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebhookNest

Hierarchy

Index

Constructors

constructor

Properties

Protected e

Protected httpMethod

httpMethod: string

Protected name

name: string

Protected path

path: string

Protected tunnel

tunnel: Tunnel

Methods

arrive

getHttpMethod

  • getHttpMethod(): string

getName

  • getName(): string

getPath

  • getPath(): string

getTunnel

load

  • load(): void

register

  • register(tunnel: Tunnel): 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