cloudflare / workers-rs

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

[worker] Add FormData conversion into JsValue #634

Closed thibmeu closed 2 months ago

thibmeu commented 2 months ago

This allows FormData to be constructed and passed as JsValue later on. For instance, RequestInit::new().with_body(formdata.into()).

thibmeu commented 2 months ago

@kflansburg when you have time