create_streamable_http_client_with_middleware

Function create_streamable_http_client_with_middleware 

Source
pub async fn create_streamable_http_client_with_middleware(
    config: StreamableHttpClientConfig,
    middlewares: Vec<Box<dyn TransportMiddleware>>,
) -> Result<MiddlewareTransport<StreamableHttpClient>, TransportError>
Expand description

Create a Streamable HTTP client with middleware