StreamableHttpTransportConfig constructor
const
StreamableHttpTransportConfig({})
Implementation
const StreamableHttpTransportConfig({
required this.baseUrl,
this.headers,
this.timeout,
this.maxConcurrentRequests,
this.useHttp2,
this.oauthConfig,
this.enableCompression = false,
this.heartbeatInterval,
this.maxMissedHeartbeats = 3,
this.terminateOnClose = true, // Default: true for backward compatibility
});