cloudflare / workers-rs

Write Cloudflare Workers in 100% Rust via WebAssembly
Apache License 2.0
2.53k stars 269 forks source link

[draft] http: remove use of unwrap for iterators #618

Closed gmemstr closed 1 month ago

gmemstr commented 1 month ago

The latest release of the js-sys crate removes the need for us to have this.

Fixes #617

gmemstr commented 1 month ago

This patch might be a bit beyond me at the moment so going to close in the hope someone else can pick this up.