Skip to content

Commit

Permalink
Make ReqwestClient Clone (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobward authored Jan 14, 2025
1 parent c885e02 commit 6924eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub(crate) fn base_request() -> http::request::Builder {
Request::builder().header("Prefer", "OID4VP-0.0.20")
}

#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct ReqwestClient(reqwest::Client);

impl AsRef<reqwest::Client> for ReqwestClient {
Expand Down

0 comments on commit 6924eb9

Please sign in to comment.