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: undefined | number

method

method: HttpMethod

Optional params

params: MapType<string>

Optional timeout

timeout: undefined | number

Optional url

url: undefined | string