hpx-transport 2.4.1

Exchange SDK toolkit for cryptocurrency trading with authentication, WebSocket, and rate limiting
Documentation
1
2
3
4
5
6
7
8
9
//! Protocol handler implementations for common SSE patterns.
//!
//! This module provides ready-to-use handlers for common SSE protocols:
//!
//! - [`GenericSseHandler`]: Configurable handler for generic SSE streams

mod generic;

pub use generic::GenericSseHandler;