Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AxiosHttpClient

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

client

client: AxiosInstance

Methods

addHeader

del

  • del(url: string, params: object): Promise<any>

get

  • get(url: string, params: object): Promise<any>

getHeaders

  • getHeaders(): object

patch

  • patch(url: string, params: object): Promise<any>

post

  • post(url: string, params: object): Promise<any>

put

  • put(url: string, params: object): Promise<any>

setHeaders