-
Notifications
You must be signed in to change notification settings - Fork 163
General (optional) Client by using reqwest (as developed by @tomhoule) #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Moved tokio (for async tests) to only be used when not targeting wasm. * Fixed queries for tests to be up to date (ID! instead of String!) * Fixed example
There is still some cleanup to do, but the bulk is done and I think the suggestion this pr is making (including a http client not only for WASM) is ready for discussion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just started reviewing, and I think we have to work a tiny bit more on it, there's a lot of TODOs that need to be addressed before it goes to the main branch — like you noted in your previous messages Thanks for your effort!
Yes, for the general question: let's have a |
After PR review, removed some excessive leftover comment and debug statement.
This feature is implemented in a simpler way in #371 |
I've been trying to get @tomhoule code working, but I was wondering why the client was only available for WASM. This PR introduces a general usable client locked after the default feature "http".