Skip to main content
Version: Next

HttpService

Hierarchy

  • AxiosInstance
    • HttpService

Callable

  • HttpService<T, R, D>(config: AxiosRequestConfig<D>): Promise<R>
  • HttpService<T, R, D>(url: string, config?: AxiosRequestConfig<D>): Promise<R>

  • Type parameters

    • T = any
    • R = AxiosResponse<T, any, {}>
    • D = any

Index

Constructors

constructor

Accessors

defaults

  • get defaults(): Omit<AxiosDefaults<any>, headers> & {}

interceptors

  • get interceptors(): {}

Methods

delete

get

getUri

head

options

patch

patchForm

post

postForm

put

putForm

request