Interface

HttpClientOptions

HttpClientOptions

Options for the HttpClient
Properties:
Name Type Attributes Description
timeout number The http request timeout in milliseconds.
cookieName string The name of the session cookie set from the SDK.
cookieDomain string <optional>
The domain where cookie set from the SDK is available. Defaults to the domain of the page where the cookie was created.
localStorageKey string The prefix / name of the local storage keys.

View Source lib/client/HttpClient.ts, line 293