Optional
authHow long in ms an auth token for a server will be valid for, defaults to one hour
Optional
cookieHow often to evict stale cookies from the cache in ms.
Nb. cookies are checked for expiry before sending, this setting just prevents persisting cookies indefinitely for servers that are contacted infrequently.
Optional
middlewareA list of request processors that can augment requests. Middleware passed here will be invoked on every outgoing request.
Optional
serverA server that will receive incoming requests
Options to configure the HTTP service.
Only required if you want to specify a custom fetch implementation or used to provide one if your environment does not have a global fetch.