Skip to content
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

Closed
SionoiS opened this issue Feb 17, 2021 · 3 comments
Closed

Reqwest support #69

SionoiS opened this issue Feb 17, 2021 · 3 comments

Comments

@SionoiS
Copy link
Contributor

SionoiS commented Feb 17, 2021

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

@ferristseng
Copy link
Owner

The only reason it wasn't supported is because at the time I started this there was only basic support for async

@ferristseng
Copy link
Owner

That being said, if Hyper supports WASM, then I think this should as well?

@SionoiS
Copy link
Contributor Author

SionoiS commented Feb 18, 2021

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.

This was referenced Feb 18, 2021
@SionoiS SionoiS changed the title reqwest support Reqwest support Feb 24, 2021
@SionoiS SionoiS closed this as completed Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants