// SPDX-FileCopyrightText: 2025 Gergely Nagy
// SPDX-FileContributor: Gergely Nagy
//// SPDX-License-Identifier: MIT
useaxum::http::HeaderMap;usestd::collections::BTreeMap;#[derive(Debug, Clone)]pubstructRequest{pubmethod: String,
pubheaders: HeaderMap,
pubpath: String,
pubparams:BTreeMap<String, String>,
}