Skip to content

Documentation / @agentick/shared / TransportConfig

Interface: TransportConfig ​

Defined in: transport.ts:108

Extended by ​

Properties ​

baseUrl ​

baseUrl: string

Defined in: transport.ts:110

Base URL for the server


headers? ​

optional headers: Record<string, string>

Defined in: transport.ts:116

Custom headers


timeout? ​

optional timeout: number

Defined in: transport.ts:119

Request timeout in ms


token? ​

optional token: string

Defined in: transport.ts:113

Authentication token


withCredentials? ​

optional withCredentials: boolean

Defined in: transport.ts:122

Send credentials with requests

Released under the ISC License.