Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpRequestConfig

This interface is compatible with AxiosRequestConfig.

Hierarchy

  • HttpRequestConfig

Index

Properties

Optional body

body: MapType<any>

Optional maxContentLength

maxContentLength: number

method

method: HttpMethod

Optional params

params: MapType<string>

Optional timeout

timeout: number

Optional url

url: string