Interface: ThreadiverseClientOptions
Defined in: src/ThreadiverseClient.ts:34
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
fetchFunction? | { (input, init?): Promise<Response>; (input, init?): Promise<Response>; } | - | BaseClientOptions.fetchFunction | src/BaseClient.ts:4 |
headers? | Record<string, string> | - | BaseClientOptions.headers | src/BaseClient.ts:5 |
discoveryCache? | DiscoveryCache | Where to cache software discovery (.well-known/nodeinfo) results, keyed by hostname. Defaults to a cache shared by all clients in the process; pass your own Map to scope it (server-side, tests). | - | src/ThreadiverseClient.ts:40 |
