ironthree / dxr

Declarative XML-RPC in Rust
Apache License 2.0
17 stars 8 forks source link

implement example for using a custom HTTP client #16

Open decathorpe opened 1 year ago

decathorpe commented 1 year ago

Currently the dxr_client crate only supports the async-only APIs of reqwest

It would be great to have an example of how to write a custom client for either reqwest/blocking or another non-async HTTP client library.