//! The GenAI web client construct that uses reqwest. Only `webc::Error` is exposed as the public interface.
// region: --- Modules
moderror;modevent_source_stream;modweb_client;modweb_stream;pub(crate)useerror::Result;pub(crate)useevent_source_stream::*;pub(crate)useweb_client::*;pub(crate)useweb_stream::*;// Only public for external use
pubuseerror::Error;// endregion: --- Modules