Use http crate to avoid integrating a client
Miaxos opened this issue · 0 comments
Miaxos commented
Source: https://plume.benboeckel.net/~/JustAnotherBlog/designing-rust-bindings-for-rest-ap-is
To avoid importing Request which is useless, we only want a Client trait and not the Client implementation in the lib.