Last updated

API / geotoolkit / ivaapbackend / AbstractRemoteDataSource / AbstractRemoteDataSource

Namespace: AbstractRemoteDataSource

ivaapbackend.AbstractRemoteDataSource.AbstractRemoteDataSource

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

The data source options

Type declaration

NameTypeDescription
hostname?stringThe host name for requests
httpservice?AbstractHttpServiceThe 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

Ƭ OptionsOut: Object

The data source options

Type declaration

NameTypeDescription
hostname?stringThe host name for requests
httpserviceAbstractHttpServiceThe http service to make any HTTP request
requestheadersRecord<string, any>HTTP request headers as key-value pair. If it is specified then it will be applied