From a8b6875e9fec3d594a209ebb7e22c0dd3da718de Mon Sep 17 00:00:00 2001 From: chlins Date: Fri, 26 Sep 2025 10:22:24 +0800 Subject: [PATCH] feat(request-sdk): public the request mod errors 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;