Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpCallback<T>

callback allowing customizing an object not immediately available at time of call.

Type parameters

  • T

Hierarchy

  • HttpCallback

Hierarchy-Diagram

Callable

  • __call(value: T): Promise<T> | T
  • callback allowing customizing an object not immediately available at time of call.

    Parameters

    • value: T

    Returns Promise<T> | T

    promise or object on same deferred object.

Generated using TypeDoc