Make "fetch" module public
Open
- Dominant language
- Rust
- Stars
- 118
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Hi! any chance you might want to expose the [`mod fetch`](https://github.com/http-rs/http-client/blob/main/src/wasm.rs#L76) publicly or make it a tiny crate? I started doing something similar and later I just plain copy-pasted the module since it does everything I need, I'm getting some requests that I want to convert to `http_types::Request`, same with responses and potentially converting the other way around from the http_types to JS equivalent. Even the `WindowOrWorker` is useful.
Contributor guide
Assessment
This issue has not been assessed yet.