flokli commented on issue #5990: URL: https://github.com/apache/arrow-rs/issues/5990#issuecomment-2296482300
The only thing I'd use the middleware bits for would be to add specific headers to the request before sending it out. I can only really speak for my usecase, but I can also assume other folks might want to modify requests in a different fashion. In terms of wasm support, I think `reqwest` does do support running in WASM these days (see https://github.com/seanmonstar/reqwest/blob/646b1f80842fb513c31ad3d78374b13932c721c4/examples/wasm_github_fetch/src/lib.rs for an example) - but I personally didn't try yet - so not sure how much replacing reqwest with something else would buy us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
