proxy: Move binaries into the lib (#10758)

* This way all clippy lints defined in the lib also cover the binary
code.
* It's much easier to detect unused code.
* Fix all discovered lints.
This commit is contained in:
Folke Behrens
2025-02-11 20:46:23 +01:00
committed by GitHub
parent da9c101939
commit f62bc28086
15 changed files with 1601 additions and 1609 deletions

View File

@@ -23,7 +23,6 @@ use tokio_util::sync::CancellationToken;
use tracing::{debug, error, info};
use typed_json::json;
use url::Url;
use urlencoding;
use utils::http::error::ApiError;
use uuid::Uuid;