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
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "yaak-http"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
yaak-models = { workspace = true }
regex = "1.11.0"
urlencoding = "2.1.3"