-
Notifications
You must be signed in to change notification settings - Fork 68
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
Reqwest support #69
Comments
The only reason it wasn't supported is because at the time I started this there was only basic support for async |
That being said, if Hyper supports WASM, then I think this should as well? |
Well I guess WASM support is not exactly what I need and yes I believe both Hyper and Reqwest compile to WASM but what I'm after is browser support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been looking at reqwest and it would allow async multipart #58 and browser support.
I don't know if it was considered before, since reqwest is built on hyper could be an easy switch.
I'll start a draft PR #70.
edit: browser support not just WASM
The text was updated successfully, but these errors were encountered: