Url parameters for websocket URLs

This commit is contained in:
Gregory Schier
2025-02-03 11:40:19 -08:00
parent dd0516cc55
commit fcf2577430
27 changed files with 432 additions and 259 deletions

12
src-tauri/Cargo.lock generated
View File

@@ -7619,9 +7619,9 @@ dependencies = [
"tokio",
"tokio-stream",
"ts-rs",
"urlencoding",
"uuid",
"yaak-grpc",
"yaak-http",
"yaak-license",
"yaak-models",
"yaak-plugins",
@@ -7659,6 +7659,15 @@ dependencies = [
"uuid",
]
[[package]]
name = "yaak-http"
version = "0.1.0"
dependencies = [
"regex",
"urlencoding",
"yaak-models",
]
[[package]]
name = "yaak-license"
version = "0.1.0"
@@ -7774,6 +7783,7 @@ dependencies = [
"thiserror 2.0.11",
"tokio",
"tokio-tungstenite",
"yaak-http",
"yaak-models",
"yaak-plugins",
"yaak-templates",