Wrapping up bedrock implementation
This commit is contained in:
@@ -8,6 +8,12 @@ use async_compat::{Compat, CompatExt};
|
||||
use async_stream::stream;
|
||||
use bytes::Bytes;
|
||||
use futures::{Stream, StreamExt};
|
||||
use galaxy_core::{
|
||||
channel::{Channel, ChannelState},
|
||||
execution_mode,
|
||||
operating_system_info::OperatingSystemInfo,
|
||||
report_error,
|
||||
};
|
||||
use http::HeaderValue;
|
||||
use http::header::HeaderName;
|
||||
pub use http::{HeaderMap, StatusCode, header::AUTHORIZATION};
|
||||
@@ -15,12 +21,6 @@ use reqwest::IntoUrl;
|
||||
use reqwest_eventsource::RequestBuilderExt;
|
||||
use serde::Serialize;
|
||||
use serde::de::DeserializeOwned;
|
||||
use galaxy_core::{
|
||||
channel::{Channel, ChannelState},
|
||||
execution_mode,
|
||||
operating_system_info::OperatingSystemInfo,
|
||||
report_error,
|
||||
};
|
||||
|
||||
pub mod headers {
|
||||
/// Custom Warp header indicating the version of the Warp app.
|
||||
|
||||
Reference in New Issue
Block a user