From 1f600518ee7f1118d12d759cf7444e28da7f0610 Mon Sep 17 00:00:00 2001 From: Chlins Zhang Date: Fri, 26 Sep 2025 10:38:47 +0800 Subject: [PATCH] feat(request-sdk): public the request mod errors (#1381) Signed-off-by: chlins --- dragonfly-client-util/src/request/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dragonfly-client-util/src/request/mod.rs b/dragonfly-client-util/src/request/mod.rs index c969df97..7175c2bb 100644 --- a/dragonfly-client-util/src/request/mod.rs +++ b/dragonfly-client-util/src/request/mod.rs @@ -14,7 +14,7 @@ * limitations under the License. */ -mod errors; +pub mod errors; mod selector; use crate::http::headermap_to_hashmap;