API / geotoolkit / ivaapbackend / AbstractRemoteDataSource / AbstractRemoteDataSource
ivaapbackend.AbstractRemoteDataSource.AbstractRemoteDataSource
Type Aliases
Type Aliases
Ƭ Options: Object
The data source options
| Name | Type | Description |
|---|---|---|
hostname? | string | The host name for requests |
httpservice? | AbstractHttpService | The http service to make any HTTP request |
requestheaders? | Record<string, any> | HTTP request headers as key-value pair. If it is specified then it will be applied |
Ƭ OptionsOut: Object
The data source options
| Name | Type | Description |
|---|---|---|
hostname? | string | The host name for requests |
httpservice | AbstractHttpService | The http service to make any HTTP request |
requestheaders | Record<string, any> | HTTP request headers as key-value pair. If it is specified then it will be applied |