Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHttpBackendService

Hierarchy

  • IHttpBackendService

Callable

  • __call(method: string, url: string, post?: any, callback?: Function, headers?: any, timeout?: number, withCredentials?: boolean): void
  • Parameters

    • method: string
    • url: string
    • Optional post: any
    • Optional callback: Function
    • Optional headers: any
    • Optional timeout: number
    • Optional withCredentials: boolean

    Returns void

Generated using TypeDoc