feat: add rest sse streaming adapter

This commit is contained in:
a.tolmachev
2026-04-06 10:54:01 +03:00
parent 8204a59dac
commit bf56494336
10 changed files with 560 additions and 25 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
mod client;
mod error;
mod model;
mod sse;
pub use client::RestAdapter;
pub use error::RestAdapterError;
pub use model::{RestRequest, RestResponse};
pub use model::{RestRequest, RestResponse, RestWindowRequest, RestWindowResponse};