StreamableHttpTransportConfig constructor
const
StreamableHttpTransportConfig({})
Implementation
const StreamableHttpTransportConfig({
this.host = 'localhost',
this.port = 8080,
this.endpoint = '/messages',
this.messagesEndpoint = '/message',
this.fallbackPorts = const [],
this.authToken,
this.isJsonResponseEnabled = false,
this.middleware = const [],
});