Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
HttpServiceAdapterConfig
Interface HttpServiceAdapterConfig
interface
HttpServiceAdapterConfig
{
baseUrl
:
string
;
headers
?:
Record
<
string
,
string
>
;
operations
?:
Record
<
string
,
string
|
HttpServiceOperation
>
;
retry
?:
HttpRetryPolicy
;
timeout
?:
number
;
}
Index
Properties
base
Url
headers?
operations?
retry?
timeout?
Properties
base
Url
baseUrl
:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
operations
operations
?:
Record
<
string
,
string
|
HttpServiceOperation
>
Optional
retry
retry
?:
HttpRetryPolicy
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Url
headers
operations
retry
timeout
Teleforge API Reference - v0.1.0
Loading...