#[cfg(feature ="transport-streamable-http-server")]pubmodserver_side_http;pubmodhttp_header;#[cfg(feature ="__reqwest")]modreqwest;// Note: This module provides SSE stream parsing and auto-reconnect utilities.
// It's used by the streamable HTTP client (which receives SSE-formatted responses),
// not the removed SSE transport. The name is historical.
#[cfg(feature ="client-side-sse")]pubmodclient_side_sse;#[cfg(feature ="auth")]pubmodauth;