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? ​
optionalheaders:Record<string,string>
Defined in: transport.ts:116
Custom headers
timeout? ​
optionaltimeout:number
Defined in: transport.ts:119
Request timeout in ms
token? ​
optionaltoken:string
Defined in: transport.ts:113
Authentication token
withCredentials? ​
optionalwithCredentials:boolean
Defined in: transport.ts:122
Send credentials with requests