ClientProps
@prismatic-io/spectral › "clients/http/index" › ClientProps
#
Hierarchy- ClientProps
#
Index#
Properties#
PropertiesOptional
baseUrl#
• baseUrl? : undefined | string
Defined in packages/spectral/src/clients/http/index.ts:57
Optional
debug#
• debug? : undefined | false | true
Defined in packages/spectral/src/clients/http/index.ts:62
Optional
headers#
• headers? : AxiosRequestConfig["headers"]
Defined in packages/spectral/src/clients/http/index.ts:59
Optional
params#
• params? : Record‹string, any›
Defined in packages/spectral/src/clients/http/index.ts:60
Optional
responseType#
• responseType? : AxiosRequestConfig["responseType"]
Defined in packages/spectral/src/clients/http/index.ts:58
Optional
retryConfig#
• retryConfig? : RetryConfig
Defined in packages/spectral/src/clients/http/index.ts:63
Optional
timeout#
• timeout? : undefined | number