Options
All
  • Public
  • Public/Protected
  • All
Menu

Implement it to wrap any http client

Hierarchy

  • HttpClient

Index

Methods

Methods

requestAsync

  • requestAsync<Request, Response>(method: "GET" | "POST", url: string, content?: Request, callback?: (response: Response) => void, errorCallback?: (err: any) => void): void
  • Type parameters

    • Request

    • Response

    Parameters

    • method: "GET" | "POST"
    • url: string
    • Optional content: Request
    • Optional callback: (response: Response) => void
        • (response: Response): void
        • Parameters

          • response: Response

          Returns void

    • Optional errorCallback: (err: any) => void
        • (err: any): void
        • Parameters

          • err: any

          Returns void

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc