Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -25,7 +25,7 @@ reqwest-eventsource.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_urlencoded.workspace = true
|
||||
warp_core.workspace = true
|
||||
galaxy_core.workspace = true
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
gloo.workspace = true
|
||||
|
||||
@@ -15,7 +15,7 @@ use reqwest::IntoUrl;
|
||||
use reqwest_eventsource::RequestBuilderExt;
|
||||
use serde::Serialize;
|
||||
use serde::de::DeserializeOwned;
|
||||
use warp_core::{
|
||||
use galaxy_core::{
|
||||
channel::{Channel, ChannelState},
|
||||
execution_mode,
|
||||
operating_system_info::OperatingSystemInfo,
|
||||
@@ -47,7 +47,7 @@ pub mod headers {
|
||||
/// The environment variable containing extra HTTP headers to attach to requests.
|
||||
/// Only read when the channel is `Channel::Integration`. The value is a newline-separated
|
||||
/// list of `Name:Value` pairs, where each pair is split on the first colon.
|
||||
const EXTRA_HTTP_HEADERS_ENV_VAR: &str = "WARP_EXTRA_HTTP_HEADERS";
|
||||
const EXTRA_HTTP_HEADERS_ENV_VAR: &str = "GALAXY_EXTRA_HTTP_HEADERS";
|
||||
|
||||
/// A wrapper around a `reqwest::Client` to execute requests. Returns a custom `RequestBuilder` type
|
||||
/// that ensures any call to the underlying `reqwest::Client` are properly adapted so that they can
|
||||
|
||||
Reference in New Issue
Block a user