cloudflare / cloudflare/workers-rs
Use `http` types directly instead of converting to and from them
Open
ecosystem-compat
- Dominant language
- Rust
- Stars
- 3.7k
- Forks
- 429
- Avg merge
- 20h 28m
- Merged PRs (30d)
- 7
Description
We'll still need to convert this in `worker` itself, because it needs to turn back into a `wasm_bindgen::JsValue`, but we don't need to add our own Response type, we can just use one from the ecosystem. Same for many of the other types (`Request` etc).
Contributor guide
Assessment
This issue has not been assessed yet.