From becd901d5a7523500ade824ad99064cb1d2e87fe Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Thu, 4 Nov 2021 14:40:08 -0400 Subject: [PATCH] refactor: re-export Method from reqwest --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 8a2352c..32370e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,3 +11,4 @@ pub use client::Client; pub use error::Error; pub use pagination::*; pub use request::*; +pub use reqwest::Method;