async-graphql/async_graphql_apollo_studio_extension

Use http crate to avoid integrating a client

Miaxos opened this issue · 0 comments

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.